Skip to content

Commit ef6d8bd

Browse files
committed
Small fix
1 parent a31265a commit ef6d8bd

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)