Skip to content

Commit 2874f9f

Browse files
committed
refactor(test): only dump necessary table in schema dumper tests
1 parent 64deeb3 commit 2874f9f

File tree

3 files changed

+160
-199
lines changed

3 files changed

+160
-199
lines changed

test/cases/migration/hidden_column_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def test_remove_index_with_a_hidden_column
6262
CREATE INDEX hash_idx ON rockets (name) USING HASH WITH (bucket_count=8);
6363
SQL
6464
@connection.remove_index :rockets, :name
65-
# assert :ok
65+
assert :ok
6666
end
6767
end
6868
end

0 commit comments

Comments
 (0)