[Groonga-commit] groonga/groonga-query-log at c493f04 [master] Remove needless argument

Back to archive index
Kouhei Sutou null+****@clear*****
Mon Jan 21 13:15:11 JST 2019


Kouhei Sutou	2019-01-21 13:15:11 +0900 (Mon, 21 Jan 2019)

  Revision: c493f0439e7754c76ad2225769bd9668e4b0671f
  https://github.com/groonga/groonga-query-log/commit/c493f0439e7754c76ad2225769bd9668e4b0671f

  Message:
    Remove needless argument

  Modified files:
    test/command/test-format-regression-test-logs.rb

  Modified: test/command/test-format-regression-test-logs.rb (+1 -1)
===================================================================
--- test/command/test-format-regression-test-logs.rb    2019-01-21 13:13:47 +0900 (1cbce08)
+++ test/command/test-format-regression-test-logs.rb    2019-01-21 13:15:11 +0900 (b8ddcd3)
@@ -115,7 +115,7 @@ Backtrace:
     end
 
     def test_output
-      output = StringIO.new("output-option")
+      output = StringIO.new
       options = {:output => output}
       command = GroongaQueryLog::Command::FormatRegressionTestLogs.new(options)
       command.run([fixture_path("command-format.log")])
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190121/38e39a82/attachment.html>


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