Skip to content

Commit b78ec8c

Browse files
author
Oleksii Sokol
committed
mongo test
1 parent 8ecc970 commit b78ec8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ManagedCode.Database.Tests/MongoDBTests/MongoDBCollectionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
namespace ManagedCode.Database.Tests.MongoDBTests;
1111

12-
[Collection("MongoDB collection")]
12+
//[Collection("MongoDB collection")]
1313
public class MongoDBCollectionTests : BaseCollectionTests<ObjectId, TestMongoDBItem>
1414
{
1515
public MongoDBCollectionTests() : base(new MongoDBTestContainer())

0 commit comments

Comments
 (0)