Navigation Menu

Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 11, 2014
1 parent 7b18b3c commit 8928fc5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/unit/catalog/test_schema.rb
Expand Up @@ -114,14 +114,6 @@ def test_array
end
end

def test_type
assert_equal("Hash",
create_table("table_name",
{
"type" => "Hash"
}).type)
end

def test_flags
assert_equal(["TABLE_HASH_KEY"],
create_table("table_name",
Expand Down

0 comments on commit 8928fc5

Please sign in to comment.