Skip to content

Commit f2dee95

Browse files
JaBistDuNarrischJaBistDuNarrisch
authored andcommitted
Dispose provider in tests
1 parent 73ac90f commit f2dee95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Migrator.Tests/Providers/Base/TransformationProviderBase.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public virtual void TearDown()
2828
DropTestTables();
2929

3030
Provider?.Rollback();
31+
Provider?.Dispose();
3132
}
3233

3334
protected void DropTestTables()

0 commit comments

Comments
 (0)