Skip to content

Commit 6d2adcc

Browse files
authored
make dispose virtual (#137)
* make dispose virtual
1 parent bb7ff56 commit 6d2adcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bunit.core/TestContextBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public TestContextBase()
4141
}
4242

4343
/// <inheritdoc/>
44-
public void Dispose()
44+
public virtual void Dispose()
4545
{
4646
// The service provider should dispose of any
4747
// disposable object it has created, when it is disposed.

0 commit comments

Comments
 (0)