Skip to content

Commit

Permalink
Fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
fatkodima committed Jan 8, 2024
1 parent bb09824 commit 24aba35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/background_migrations/migration_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def teardown
@connection.drop_table(:projects, if_exists: true)
@connection.drop_table(:users, if_exists: true)
OnlineMigrations::BackgroundMigrations::Migration.delete_all
on_each_shard { Dog.delete_all }
end

def test_min_value_and_max_value_validations
Expand Down

0 comments on commit 24aba35

Please sign in to comment.