diff options
Diffstat (limited to 'js/test/Ice/proxy/Client.js')
-rw-r--r-- | js/test/Ice/proxy/Client.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/test/Ice/proxy/Client.js b/js/test/Ice/proxy/Client.js index 746b385767f..5796ba5c11d 100644 --- a/js/test/Ice/proxy/Client.js +++ b/js/test/Ice/proxy/Client.js @@ -1033,7 +1033,7 @@ { test(p.ice_getEndpoints()[0].getInfo() instanceof IceSSL.WSSEndpointInfo); } - return p.ice_getConnection() + return p.ice_getConnection(); } ).then( function(con) |