test/commands/test_node.rb in zold-0.13.46 vs test/commands/test_node.rb in zold-0.14.0

- old
+ new

@@ -46,9 +46,10 @@ remotes.add('localhost', port) Zold::Push.new(wallets: wallets, remotes: remotes, log: test_log).run( ['push', '--ignore-score-weakness'] ) copies = home.copies(wallet) + sleep 2 Zold::Fetch.new( wallets: wallets, copies: copies.root, remotes: remotes, log: test_log ).run(['fetch', '--ignore-score-weakness']) assert_equal(1, copies.all.count)