Skip to content

Commit a3920b8

Browse files
committed
chore: suppress xUnit1033 messages
1 parent c331117 commit a3920b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Docfx.Tests.Common/TestBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
namespace Docfx.Tests.Common;
88

9-
public class TestBase : IClassFixture<TestBase>, IDisposable
9+
public class TestBase : IDisposable
1010
{
1111
private readonly List<string> _folderCollection = [];
1212
private readonly object _locker = new();

0 commit comments

Comments
 (0)