summaryrefslogtreecommitdiff
path: root/js/test
diff options
context:
space:
mode:
Diffstat (limited to 'js/test')
-rw-r--r--js/test/Ice/ami/Client.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/test/Ice/ami/Client.js b/js/test/Ice/ami/Client.js
index 44f4b718232..8052b8e77d3 100644
--- a/js/test/Ice/ami/Client.js
+++ b/js/test/Ice/ami/Client.js
@@ -429,7 +429,7 @@
return testController.resumeAdapter().then(
function()
{
- p.ice_ping().then(
+ return p.ice_ping().then(
function()
{
test(!r1.isSent() && r1.isCompleted());