Navigation Menu

Skip to content

Commit

Permalink
test: Don't assert erorr message
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 23, 2014
1 parent a4dfb67 commit 78fc0c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/plugins/groonga/test_column_list.rb
Expand Up @@ -58,8 +58,8 @@ def test_unknown_table
}
response = process(:column_list, message)
assert_equal(
[NORMALIZED_HEADER_INVALID_ARGUMENT, "table doesnt' exist: <Unknown>"],
[normalize_header(response.first), response.last]
NORMALIZED_HEADER_INVALID_ARGUMENT,
normalize_header(response.first)
)
end

Expand Down

0 comments on commit 78fc0c0

Please sign in to comment.