Skip to content

Commit

Permalink
test: fix wrong keyword name
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Nov 3, 2014
1 parent ac20b12 commit 6ead7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/groonga-test-utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def encoding
end

def setup_logger
Groonga::Logger.register(:level => :dump) do |level, time, title, message, location|
Groonga::Logger.register(:max_level => :dump) do |level, time, title, message, location|
p [level, time, title, message, location]
end
end
Expand Down

0 comments on commit 6ead7e2

Please sign in to comment.