test/commands/test_remote.rb in zold-0.14.14 vs test/commands/test_remote.rb in zold-0.14.15

- old
+ new

@@ -149,10 +149,9 @@ }.to_json ) cmd.run(%W[remote add localhost #{port}]) end assert_equal(12, remotes.all.count) - cmd.run(%w[remote select --max-nodes=5]) assert_equal(5, remotes.all.count) end end end