Skip to content

Commit

Permalink
Remove needless assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jan 23, 2014
1 parent a7c215c commit ac4a788
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/unit/plugin/handler/groonga/test_table_remove.rb
Expand Up @@ -17,9 +17,6 @@ class TableRemoveTest < GroongaHandlerTest
def setup
super
process(:table_create, {"name" => "Books"})
assert_equal(<<-SCHEMA, dump)
table_create Books TABLE_HASH_KEY --key_type ShortText
SCHEMA
end

def test_success
Expand Down

0 comments on commit ac4a788

Please sign in to comment.