test/node/test_entrance.rb in zold-0.20.0 vs test/node/test_entrance.rb in zold-0.20.1

- old
+ new

@@ -40,10 +40,10 @@ sid = Zold::Id::ROOT tid = Zold::Id.new body = FakeHome.new(log: test_log).run do |home| source = home.create_wallet(sid) target = home.create_wallet(tid) - Zold::Pay.new(wallets: home.wallets, remotes: home.remotes, log: test_log).run( + Zold::Pay.new(wallets: home.wallets, copies: home.dir, remotes: home.remotes, log: test_log).run( [ 'pay', '--force', '--private-key=fixtures/id_rsa', source.id.to_s, target.id.to_s, '19.99', 'testing' ] )