test/test_hungry_wallets.rb in zold-0.22.3 vs test/test_hungry_wallets.rb in zold-0.22.4

- old
+ new

@@ -45,9 +45,9 @@ home.wallets, remotes, File.join(home.dir, 'copies'), pool, log: test_log ) wallets.acq(id) { |w| assert(!w.exists?) } pool.join(2) - assert_requested(get, times: 2) + assert_requested(get, times: 1) end end end