Skip to content

Commit

Permalink
Remove leftover schema migrations in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fatkodima committed Jan 3, 2025
1 parent 127972e commit 63339bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/schema_statements/foreign_keys_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ def teardown
connection.drop_table(:milestones, if_exists: true)
connection.drop_table(:projects, if_exists: true)
connection.drop_table(:users, if_exists: true)

OnlineMigrations::BackgroundSchemaMigrations::Migration.delete_all
end

def test_add_foreign_key_is_idempotent
Expand Down

0 comments on commit 63339bd

Please sign in to comment.