Skip to content

Commit

Permalink
fix: split debit credit rows in test case
Browse files Browse the repository at this point in the history
  • Loading branch information
rtdany10 committed Nov 25, 2023
1 parent 524db7e commit b73b7c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,5 +146,5 @@ def test_foreign_account_balance_after_exchange_rate_revaluation(self):
self.assertEqual(data[1]["credit"], 0)
self.assertEqual(data[2]["debit"], 0)
self.assertEqual(data[2]["credit"], 900)
self.assertEqual(data[3]["debit"], 100)
self.assertEqual(data[3]["credit"], 100)
self.assertEqual(data[4]["debit"], 100)

0 comments on commit b73b7c6

Please sign in to comment.