Skip to content

Commit 5ea195a

Browse files
committed
Small fix
1 parent 0ba1861 commit 5ea195a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/MongoDB.Driver.Tests/Linq/Linq3Implementation/Linq3IntegrationTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ protected void CreateCollection<TDocument>(IMongoCollection<TDocument> collectio
5555

5656
protected void CreateCollection<TDocument>(IMongoCollection<TDocument> collection, params TDocument[] documents)
5757
{
58-
CreateCollection(collection, (IEnumerable<TDocument>)documents); ;
58+
CreateCollection(collection, (IEnumerable<TDocument>)documents);
5959
}
6060

6161
protected IMongoCollection<TDocument> GetCollection<TDocument>(string collectionName = null)

0 commit comments

Comments
 (0)