Navigation Menu

Skip to content

Commit

Permalink
test: Fix expected dump
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 24, 2014
1 parent c15dca6 commit f6efea1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/unit/plugins/groonga/test_delete.rb
Expand Up @@ -115,10 +115,11 @@ def test_filter
{"table" => "Books", "filter" => '_key @^ "D"'})
assert_equal(<<-DUMP, dump)
table_create Books TABLE_HASH_KEY --key_type ShortText
load --table Books
[
["_key"],
["Groonga"]
["_key"],
["Groonga"]
]
DUMP
end
Expand Down

0 comments on commit f6efea1

Please sign in to comment.