fix(ui/modules/Linphone/Notifications/Notification): fix show method spec

This commit is contained in:
Ronan Abhamon 2017-06-05 11:27:52 +02:00
parent 2b4c17be56
commit 82c19402fa

View file

@ -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 () {