Navigation Menu

Skip to content

Commit

Permalink
test: Add missing blank line before index column definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 23, 2014
1 parent 6813a7c commit ed42439
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/plugins/groonga/test_column_rename.rb
Expand Up @@ -98,6 +98,7 @@ def test_rename_with_index
assert_equal(<<-SCHEMA, dump)
table_create Books TABLE_HASH_KEY --key_type ShortText
column_create Books label COLUMN_SCALAR ShortText
column_create Books entry_title COLUMN_INDEX Books label
SCHEMA
end
Expand Down

0 comments on commit ed42439

Please sign in to comment.