test/commands/test_remote.rb in zold-0.23.10 vs test/commands/test_remote.rb in zold-0.23.11
- old
+ new
@@ -216,10 +216,10 @@
}.to_json
)
cmd.run(%W[remote add localhost #{port}])
end
assert_equal(11 + File.readlines('resources/masters').count, remotes.all.count)
- cmd.run(%w[remote select --max-nodes=5])
+ cmd.run(%w[remote select --max-nodes=5 --masters-too])
assert_equal(5, remotes.all.count)
end
end
def test_sets_masters