We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eeced8 commit a8707eeCopy full SHA for a8707ee
tests/MongoDB.Driver.Tests/Linq/Linq3Implementation/Jira/CSharp5587Tests.cs
@@ -13,7 +13,6 @@
13
* limitations under the License.
14
*/
15
16
-using System;
17
using System.Collections.Generic;
18
using System.Linq;
19
using MongoDB.Driver.TestHelpers;
@@ -111,8 +110,5 @@ public sealed class ClassFixture : MongoCollectionFixture<Animal>
111
110
public override bool InitializeDataBeforeEachTestCase => true;
112
113
protected override IEnumerable<Animal> InitialData => null;
114
- // [
115
- // new Animal { }
116
- // ];
117
- }
+ }
118
}
0 commit comments