Skip to content

Commit

Permalink
Fix expected value of error case
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jan 22, 2014
1 parent 1d8344a commit a7c215c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/plugin/handler/groonga/test_column_create.rb
Expand Up @@ -30,7 +30,7 @@ def test_unknown_table
{"table" => "Unknown", "name" => "title", "type" => "ShortText"})
response = @messenger.values.last
assert_equal(
[[Droonga::GroongaHandler::Status::INVALID_ARGUMENT, NORMALIZED_START_TIME, NORMALIZED_ELAPSED_TIME], true],
[[Droonga::GroongaHandler::Status::INVALID_ARGUMENT, NORMALIZED_START_TIME, NORMALIZED_ELAPSED_TIME], false],
[normalize_header(response.first), response.last]
)
end
Expand Down

0 comments on commit a7c215c

Please sign in to comment.