test/commands/test_taxes.rb in zold-0.8 vs test/commands/test_taxes.rb in zold-0.9

- old
+ new

@@ -59,9 +59,9 @@ }.to_json ) Zold::Taxes.new( wallets: wallets, remotes: remotes, log: $log ).run(['taxes', '--private-key=fixtures/id_rsa', id.to_s]) - assert_equal(Zold::Amount.new(coins: 335_376_547), wallet.balance) + assert_equal(Zold::Amount.new(coins: 85_856_396_247), wallet.balance) end end end