Skip to content

Commit d35a6f0

Browse files
author
Oleksii Sokol
committed
all mongo tests
1 parent e71363d commit d35a6f0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ManagedCode.Database.Tests/BaseTests/BaseCollectionTests.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ public virtual async Task InsertOneItem_ReturnsInsertedItem()
5353
// Assert
5454
insertItem.Should().NotBeNull();
5555
}
56+
5657
[Fact]
5758
public virtual async Task InsertItem_WhenItemExist_ShouldThrowDatabaseException()
5859
{
@@ -66,7 +67,7 @@ public virtual async Task InsertItem_WhenItemExist_ShouldThrowDatabaseException(
6667
// Assert
6768
await insertAction.Should().ThrowAsync<DatabaseException>();
6869
}
69-
/*
70+
7071
[Fact]
7172
public virtual async Task InsertListOfItems_ReturnsItemsCount()
7273
{
@@ -392,7 +393,7 @@ public virtual async Task GetById_WrongId_ReturnNull()
392393

393394
// Assert
394395
getItemResult.Should().BeNull();
395-
}*/
396+
}
396397

397398
#endregion
398399
}

0 commit comments

Comments
 (0)