Skip to content

Commit a8707ee

Browse files
committed
CSHARP-5587: Removed commented out lines.
1 parent 0eeced8 commit a8707ee

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/MongoDB.Driver.Tests/Linq/Linq3Implementation/Jira/CSharp5587Tests.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* limitations under the License.
1414
*/
1515

16-
using System;
1716
using System.Collections.Generic;
1817
using System.Linq;
1918
using MongoDB.Driver.TestHelpers;
@@ -111,8 +110,5 @@ public sealed class ClassFixture : MongoCollectionFixture<Animal>
111110
public override bool InitializeDataBeforeEachTestCase => true;
112111

113112
protected override IEnumerable<Animal> InitialData => null;
114-
// [
115-
// new Animal { }
116-
// ];
117-
}
113+
}
118114
}

0 commit comments

Comments
 (0)