test/commands/test_taxes.rb in zold-0.6 vs test/commands/test_taxes.rb in zold-0.6.1

- old
+ new

@@ -57,10 +57,10 @@ score: zero.to_h }.to_json ) Zold::Taxes.new( wallets: wallets, remotes: remotes - ).run(['pay', '--private-key=fixtures/id_rsa', id.to_s]) + ).run(['taxes', '--private-key=fixtures/id_rsa', id.to_s]) assert_equal(Zold::Amount.new(coins: 335_376_547), wallet.balance) end end end