imp: balance assertions error: clarify wording

This commit is contained in:
Simon Michael 2024-01-23 21:50:06 -10:00
parent e694e7869d
commit 54c60b4de9
2 changed files with 2 additions and 2 deletions

View File

@ -670,7 +670,7 @@ checkBalanceAssertionOneCommodityB p@Posting{paccount=assertedacct} assertedcomm
"%s\n",
"Balance assertion failed in %s",
"%s at this point, %s, ignoring costs,",
"the expected balance is: %s",
"the asserted balance is: %s",
"but the calculated balance is: %s",
"(difference: %s)",
"To troubleshoot, check this account's running balance with assertions disabled, eg:",

View File

@ -8,7 +8,7 @@ $ hledger check -f assertions.j
Balance assertion failed in a
In commodity "" at this point, excluding subaccounts, ignoring costs,
the expected balance is: 1
the asserted balance is: 1
but the calculated balance is: 0
\(difference: 1\)
/