Skip to content

Commit 25c24f6

Browse files
authored
CSHARP-2377: Enable unit tests that are not being run (#1339)
1 parent 2b03289 commit 25c24f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/MongoDB.Driver.Core.Tests/MongoDB.Driver.Core.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
<PropertyGroup>
1919
<NoWarn>
2020
1701;1702; <!--https://github.com/dotnet/roslyn/issues/19640-->
21-
xUnit1000; <!--A class containing test methods is not public (https://xunit.github.io/xunit.analyzers/rules/xUnit1000.html)-->
2221
xUnit1010; <!--The value is not convertible to the method parameter type (https://xunit.github.io/xunit.analyzers/rules/xUnit1010.html)-->
2322
xUnit1013; <!--Public method should be marked as test (https://xunit.github.io/xunit.analyzers/rules/xUnit1013.html)-->
2423
xUnit1014; <!--MemberData should use nameof operator for member name (https://xunit.github.io/xunit.analyzers/rules/xUnit1014.html)-->

0 commit comments

Comments
 (0)