Navigation Menu

Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 13, 2018
1 parent e16f2d6 commit 3974d85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/groonga-query-log/response-comparer.rb
Expand Up @@ -213,8 +213,8 @@ def same_records?
records_result2 = @response2.body[0] || []
return false if records_result1.size != records_result2.size

same_record_set(records_result1,
records_result2)
same_record_set?(records_result1,
records_result2)
end

def same_record_set?(record_set1, record_set2)
Expand Down

0 comments on commit 3974d85

Please sign in to comment.