Navigation Menu

Skip to content

Commit

Permalink
test: fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 9, 2014
1 parent 041e68b commit 2085116
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/test-converter.rb
Expand Up @@ -28,11 +28,11 @@ def converter
end

def convert(groonga_commands)
droonga_commands = []
converter.convert(groonga_commands) do |droonga_command|
droonga_commands << droonga_command
droonga_messages = []
converter.convert(groonga_commands) do |droonga_message|
droonga_messages << droonga_message
end
droonga_commands
droonga_messages
end

def date
Expand Down

0 comments on commit 2085116

Please sign in to comment.