Skip to content

Commit 3fc8433

Browse files
author
rstam
committed
Fixed CSHARP-176. Made class public.
1 parent 9003c85 commit 3fc8433

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: DriverUnitTests/Jira/CSharp137Tests.cs

+2-3
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@
2828

2929
namespace MongoDB.DriverUnitTests.Jira.CSharp137 {
3030
[TestFixture]
31-
class CSharp137Tests {
32-
31+
public class CSharp137Tests {
3332
[Test]
3433
public void TestAndInNotIn() {
3534
var query = Query.And(
@@ -106,4 +105,4 @@ public void TestNoDuplicateOperation() {
106105
Query.LTE("value", 20));
107106
}
108107
}
109-
}
108+
}

0 commit comments

Comments
 (0)