test/commands/test_taxes.rb in zold-0.16.9 vs test/commands/test_taxes.rb in zold-0.16.10

- old
+ new

@@ -68,9 +68,9 @@ Zold::Taxes.new(wallets: wallets, remotes: remotes, log: test_log).run( ['taxes', '--private-key=fixtures/id_rsa', '--ignore-score-weakness', 'pay', wallet.id.to_s] ) wallet.flush assert(tax.paid.positive?, tax.paid) - assert_equal(before - debt, wallet.balance) + assert_equal((before - debt).to_zld(6), wallet.balance.to_zld(6)) end end end