From 82c19402fa4d29cc09e6f19de9d6bc46d6958289 Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Mon, 5 Jun 2017 11:27:52 +0200 Subject: [PATCH] fix(ui/modules/Linphone/Notifications/Notification): fix show method spec --- .../ui/modules/Linphone/Notifications/Notification.spec.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linphone-desktop/ui/modules/Linphone/Notifications/Notification.spec.qml b/linphone-desktop/ui/modules/Linphone/Notifications/Notification.spec.qml index 7254b799f..4a74fa077 100644 --- a/linphone-desktop/ui/modules/Linphone/Notifications/Notification.spec.qml +++ b/linphone-desktop/ui/modules/Linphone/Notifications/Notification.spec.qml @@ -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 () {