Skip to content

Commit 06b2df2

Browse files
committed
chore: update
1 parent 9927ec0 commit 06b2df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Evently.Server.Test/Common/Setup/DatabaseFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ public async Task<AppDbContext> GetDbContext() {
2424

2525
public void Dispose() {
2626
_dbContext?.Dispose();
27-
_container.DisposeAsync();
27+
_container.DisposeAsync().AsTask().Wait();
2828
}
2929
}

0 commit comments

Comments
 (0)