mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-18 20:08:11 +00:00
fix(ui/modules/Linphone/Notifications/Notification): fix show method spec
This commit is contained in:
parent
2b4c17be56
commit
82c19402fa
1 changed files with 2 additions and 2 deletions
|
|
@ -31,8 +31,8 @@ TestCase {
|
|||
compare(Utils.isInteger(notification.popupWidth), true)
|
||||
}
|
||||
|
||||
function test_notificationShowMethod () {
|
||||
compare(Utils.isFunction(notification.show), true)
|
||||
function test_notificationOpenMethod () {
|
||||
compare(Utils.isFunction(notification.open), true)
|
||||
}
|
||||
|
||||
function test_childWindow () {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue