From 8db794f8cc174342f5220e86a05fd72fbf90d340 Mon Sep 17 00:00:00 2001 From: marton Date: Mon, 8 Jan 2024 15:00:36 +0100 Subject: [PATCH] fix failing spec --- spec/sequel_data/migrate/migrator_spec.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec/sequel_data/migrate/migrator_spec.rb b/spec/sequel_data/migrate/migrator_spec.rb index 6d9965e..b0f6153 100644 --- a/spec/sequel_data/migrate/migrator_spec.rb +++ b/spec/sequel_data/migrate/migrator_spec.rb @@ -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