Skip to content

Commit c3218c2

Browse files
bugfix(test): should expect false due to expected exception
1 parent 322ccf5 commit c3218c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EntityDb.Common.Tests/Transactions/TransactionTestsBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ public async Task
571571

572572
// ASSERT
573573

574-
transactionInserted.ShouldBeTrue();
574+
transactionInserted.ShouldBeFalse();
575575

576576
loggerMock.Verify();
577577
}

0 commit comments

Comments
 (0)