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 a31265a commit ef6d8bdCopy full SHA for ef6d8bd
tests/MongoDB.Driver.Tests/Linq/Linq3Implementation/Linq3IntegrationTest.cs
@@ -55,7 +55,7 @@ protected void CreateCollection<TDocument>(IMongoCollection<TDocument> collectio
55
56
protected void CreateCollection<TDocument>(IMongoCollection<TDocument> collection, params TDocument[] documents)
57
{
58
- CreateCollection(collection, (IEnumerable<TDocument>)documents); ;
+ CreateCollection(collection, (IEnumerable<TDocument>)documents);
59
}
60
61
protected IMongoCollection<TDocument> GetCollection<TDocument>(string collectionName = null)
0 commit comments