summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2017-07-18 23:42:37 +0200
committerJose <jose@zeroc.com>2017-07-18 23:42:37 +0200
commitd81a2aac8f23c6129b16e3d6f813a60c17a7bda2 (patch)
tree2df2f394f912cec9843fff5ba41179991f8d4569 /js
parentGlacier2 test static build fixes (diff)
downloadice-d81a2aac8f23c6129b16e3d6f813a60c17a7bda2.tar.bz2
ice-d81a2aac8f23c6129b16e3d6f813a60c17a7bda2.tar.xz
ice-d81a2aac8f23c6129b16e3d6f813a60c17a7bda2.zip
Fix typo in JS test
Diffstat (limited to 'js')
-rw-r--r--js/test/Ice/binding/Client.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/test/Ice/binding/Client.js b/js/test/Ice/binding/Client.js
index 07f6759b341..8d2ad7024f6 100644
--- a/js/test/Ice/binding/Client.js
+++ b/js/test/Ice/binding/Client.js
@@ -1100,7 +1100,7 @@
{
return com.shutdown();
}
- ).then(p.resolve, p.rejectr);
+ ).then(p.resolve, p.reject);
return p;
};