test/commands/test_diff.rb in zold-0.11.21 vs test/commands/test_diff.rb in zold-0.11.22

- old
+ new

@@ -51,9 +51,9 @@ copies.add(File.read(first.path), 'host-1', 80, 5) copies.add(File.read(second.path), 'host-2', 80, 5) diff = Zold::Diff.new(wallets: home.wallets, copies: copies.root, log: test_log).run( ['diff', wallet.id.to_s] ) - assert(diff.include?('-0001;')) + assert(diff.include?('-0001;'), diff) end end end