Skip to content

Commit 31881a3

Browse files
committed
Called DIspose() in DisposeAsync() #244
1 parent da2e0ca commit 31881a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Abstracts/TestBedFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public async ValueTask DisposeAsync()
114114
if (!_disposedAsync)
115115
{
116116
await DisposeAsyncCore();
117-
GC.SuppressFinalize(this);
117+
Dispose();
118118
_disposedAsync = true;
119119
}
120120
}

0 commit comments

Comments
 (0)