[Groonga-commit] ranguba/groonga-client at 16087cb [master] test: add missing parenthesis

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Feb 6 22:58:21 JST 2016


Kouhei Sutou	2016-02-06 22:58:21 +0900 (Sat, 06 Feb 2016)

  New Revision: 16087cbc8c85de8b2c66cedd833576779b29a6d6
  https://github.com/ranguba/groonga-client/commit/16087cbc8c85de8b2c66cedd833576779b29a6d6

  Message:
    test: add missing parenthesis

  Modified files:
    test/test-client.rb

  Modified: test/test-client.rb (+1 -1)
===================================================================
--- test/test-client.rb    2016-02-06 22:57:56 +0900 (ed5d258)
+++ test/test-client.rb    2016-02-06 22:58:21 +0900 (aa48e52)
@@ -394,7 +394,7 @@ EOH
       def test_request_header
         stub_response("[]")
         client.status
-        assert_equal "Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==", @request_headers["authorization"]
+        assert_equal("Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==", @request_headers["authorization"])
       end
     end
   end
-------------- next part --------------
HTML����������������������������...
Download 



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