Skip to content

Commit

Permalink
fix failing spec
Browse files Browse the repository at this point in the history
  • Loading branch information
martonarbocz committed Jan 8, 2024
1 parent 5ad7118 commit 8db794f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/sequel_data/migrate/migrator_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@
end

context "when migrations are applied" do
after { db.drop_table(:data_migrations) }

it "does not leave extra connections open" do
expect do
migrator.migrate
Expand Down

0 comments on commit 8db794f

Please sign in to comment.