summaryrefslogtreecommitdiff
path: root/tests/auto/qml/Client.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/Client.qml')
-rw-r--r--tests/auto/qml/Client.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/Client.qml b/tests/auto/qml/Client.qml
index 609fbac..2a47395 100644
--- a/tests/auto/qml/Client.qml
+++ b/tests/auto/qml/Client.qml
@@ -149,7 +149,7 @@ Item {
verify(msg);
verify(msg.data);
compare(msg.data.type, Client.QWebChannelMessageTypes.idle);
- verify(webChannel.test_clientIsIdle())
+ verify(webChannel.clientIsIdle())
}
function awaitMessageSkipIdle()