summaryrefslogtreecommitdiff
path: root/product/Domain/Accounting/GeneralLedgerSpecs.cs
diff options
context:
space:
mode:
Diffstat (limited to 'product/Domain/Accounting/GeneralLedgerSpecs.cs')
-rw-r--r--product/Domain/Accounting/GeneralLedgerSpecs.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/product/Domain/Accounting/GeneralLedgerSpecs.cs b/product/Domain/Accounting/GeneralLedgerSpecs.cs
index 9b07f04..a5a33a0 100644
--- a/product/Domain/Accounting/GeneralLedgerSpecs.cs
+++ b/product/Domain/Accounting/GeneralLedgerSpecs.cs
@@ -36,7 +36,7 @@ namespace MoMoney.Domain.accounting
};
it should_not_return_any_entries_that_were_not_posted_for_that_month =
- () => Assertions.should_not_contain(result, april_first);
+ () => result.should_not_contain(april_first);
context c = () =>
{