[Groonga-commit] droonga/express-droonga at 6f4426c [master] Fix syntax error

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Oct 16 17:24:17 JST 2013


YUKI Hiroshi	2013-10-16 17:24:17 +0900 (Wed, 16 Oct 2013)

  New Revision: 6f4426c2150bfc675e2cf4b907a2898924c52c03
  https://github.com/droonga/express-droonga/commit/6f4426c2150bfc675e2cf4b907a2898924c52c03

  Message:
    Fix syntax error

  Modified files:
    test/adapter/socket.io.test.js

  Modified: test/adapter/socket.io.test.js (+1 -1)
===================================================================
--- test/adapter/socket.io.test.js    2013-10-16 17:23:26 +0900 (c5971e8)
+++ test/adapter/socket.io.test.js    2013-10-16 17:24:17 +0900 (fa3ca98)
@@ -120,7 +120,7 @@ suite('Socket.IO Adapter', function() {
         assert.deepEqual(registeredCommands,
                          [{ name:       'search',
                             definition: scoketIoAPI.search },
-                         [{ name:       'watch',
+                          { name:       'watch',
                             definition: scoketIoAPI.watch },
                           { name:       'getCommand',
                             definition: basePlugin.getCommand },
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index