Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojciech Turowicz committed Aug 3, 2023
1 parent a827656 commit 8431701
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public void State_Should_Have_Transactions_Empty()
[Test]
public void State_Should_Have_Transaction_Counts_Empty()
{
state.TransactionCounts.ShouldEqual(1);
state.TransactionCounts.Count.ShouldEqual(1);
}
}

Expand Down

0 comments on commit 8431701

Please sign in to comment.