test/zold/stress/test_round.rb in zold-stress-0.5.1 vs test/zold/stress/test_round.rb in zold-stress-0.5.2

- old
+ new

@@ -44,10 +44,10 @@ require_relative '../../../lib/zold/stress/summary' require_relative '../../../lib/zold/stress/air' class StressTest < Minitest::Test def test_runs_a_few_full_cycles - Zold::Stress::FakeNode.new(Zold::Log::Quiet.new).exec do |port| + Zold::Stress::FakeNode.new(Zold::Log::NULL).exec do |port| Dir.mktmpdir do |home| remotes = Zold::Remotes.new(file: File.join(home, 'remotes'), network: 'test') remotes.clean remotes.add('localhost', port) wallets = Zold::SyncWallets.new(Zold::CachedWallets.new(Zold::Wallets.new(home)))