test/commands/test_remote.rb in zold-0.6.1 vs test/commands/test_remote.rb in zold-0.6.2

- old
+ new

@@ -60,9 +60,9 @@ cmd.run(%w[remote clean]) cmd.run(['remote', 'add', zero.host, zero.port.to_s]) cmd.run(%w[remote add localhost 2]) assert_equal(2, remotes.all.count) cmd.run(['remote', 'update', '--ignore-score-weakness']) - assert_equal(1, remotes.all.count) + assert_equal(4, remotes.all.count) end end end