Navigation Menu

Skip to content

Commit

Permalink
test: Specify id as a string
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 24, 2014
1 parent 3d3dc07 commit a93cacf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/plugins/groonga/test_delete.rb
Expand Up @@ -62,8 +62,8 @@ def test_no_identifier
)
end

data(:key_and_id => { "key" => "key", "id" => 1 },
:id_and_filter => { "id" => 1, "filter" => "filter" },
data(:key_and_id => { "key" => "key", "id" => "1" },
:id_and_filter => { "id" => "1", "filter" => "filter" },
:key_and_filter => { "key" => "key", "filter" => "filter" })
def test_duplicated_identifier(data)
Groonga::Schema.define(:context => @context) do |schema|
Expand Down

0 comments on commit a93cacf

Please sign in to comment.