Commit 82c19402 authored by Ronan Abhamon's avatar Ronan Abhamon

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

parent 2b4c17be
......@@ -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 () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment