Skip to content

Commit 9ae4f57

Browse files
author
Oleksii Sokol
committed
mongo test
1 parent e5b9ceb commit 9ae4f57

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

ManagedCode.Database.Tests/CosmosTests/CosmosCollectionTests.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using FluentAssertions;
1+
/*using FluentAssertions;
22
using ManagedCode.Database.Core.Exceptions;
33
using ManagedCode.Database.Tests.BaseTests;
44
using ManagedCode.Database.Tests.Common;
@@ -16,7 +16,7 @@ public CosmosCollectionTests(ITestOutputHelper testOutputHelper, CosmosTestConta
1616
{
1717
}
1818
19-
/* public override async Task DeleteItemById_WhenItemDoesntExists()
19+
*//* public override async Task DeleteItemById_WhenItemDoesntExists()
2020
{
2121
var baseMethod = () => base.DeleteItemById_WhenItemDoesntExists();
2222
@@ -35,5 +35,5 @@ public override async Task DeleteListOfItems_WhenItemsDontExist()
3535
var baseMethod = () => base.DeleteListOfItems_WhenItemsDontExist();
3636
3737
await baseMethod.Should().ThrowExactlyAsync<DatabaseException>();
38-
}*/
39-
}
38+
}*//*
39+
}*/

ManagedCode.Database.Tests/MongoDBTests/MongoDBCollectionTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*using FluentAssertions;
1+
using FluentAssertions;
22
using ManagedCode.Database.Tests.BaseTests;
33
using ManagedCode.Database.Tests.Common;
44
using ManagedCode.Database.Tests.TestContainers;
@@ -15,4 +15,4 @@ public class MongoDBCollectionTests : BaseCollectionTests<ObjectId, TestMongoDBI
1515
public MongoDBCollectionTests() : base(new MongoDBTestContainer())
1616
{
1717
}
18-
}*/
18+
}

0 commit comments

Comments
 (0)