File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
ManagedCode.Database.Tests/BaseTests Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ public virtual async Task InsertOneItem_ReturnsInsertedItem()
53
53
// Assert
54
54
insertItem . Should ( ) . NotBeNull ( ) ;
55
55
}
56
+
56
57
[ Fact ]
57
58
public virtual async Task InsertItem_WhenItemExist_ShouldThrowDatabaseException ( )
58
59
{
@@ -66,7 +67,7 @@ public virtual async Task InsertItem_WhenItemExist_ShouldThrowDatabaseException(
66
67
// Assert
67
68
await insertAction . Should ( ) . ThrowAsync < DatabaseException > ( ) ;
68
69
}
69
- /*
70
+
70
71
[ Fact ]
71
72
public virtual async Task InsertListOfItems_ReturnsItemsCount ( )
72
73
{
@@ -392,7 +393,7 @@ public virtual async Task GetById_WrongId_ReturnNull()
392
393
393
394
// Assert
394
395
getItemResult . Should ( ) . BeNull ( ) ;
395
- }*/
396
+ }
396
397
397
398
#endregion
398
399
}
You can’t perform that action at this time.
0 commit comments