[Groonga-commit] groonga/express-kotoumi [master] Fix typo: assertThrow => assertThrows

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Jan 21 15:25:20 JST 2013


YUKI Hiroshi	2013-01-21 15:25:20 +0900 (Mon, 21 Jan 2013)

  New Revision: 5bab1d44e4d2667a0997bd72002a22385aeae8fd
  https://github.com/groonga/express-kotoumi/commit/5bab1d44e4d2667a0997bd72002a22385aeae8fd

  Log:
    Fix typo: assertThrow => assertThrows

  Modified files:
    test/socket-api.test.js

  Modified: test/socket-api.test.js (+1 -1)
===================================================================
--- test/socket-api.test.js    2013-01-21 15:24:09 +0900 (2f4d02d)
+++ test/socket-api.test.js    2013-01-21 15:25:20 +0900 (c633d9a)
@@ -33,7 +33,7 @@ suite('Socket.IO API', function() {
     var clientSocket = client.connect('http://localhost:' + utils.testServerPort);
     clientSocket.emit('search', { requestMessage: true });
 
-    connection.assertThrow();
+    connection.assertThrows();
   });
 });
 
-------------- next part --------------
HTML����������������������������...
Download 



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