Navigation Menu

Skip to content

Commit

Permalink
test: Fix mismatched constant name
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 24, 2014
1 parent 17ec6d0 commit 7c14856
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/plugins/groonga/test_table_list.rb
Expand Up @@ -50,7 +50,7 @@ def test_hash_table
end
response = process(:table_list, {})
expected = [
COLUMNS_HEADER,
TABLES_HEADER,
[257,
"Books",
@database_path.to_s + ".0000101",
Expand All @@ -69,7 +69,7 @@ def test_array_table
end
response = process(:table_list, {})
expected = [
COLUMNS_HEADER,
TABLES_HEADER,
[257,
"HistoryEntries",
@database_path.to_s + ".0000101",
Expand Down

0 comments on commit 7c14856

Please sign in to comment.