test/test_tree_wallets.rb in zold-0.14.48 vs test/test_tree_wallets.rb in zold-0.14.49

- old
+ new

@@ -36,10 +36,10 @@ wallets = Zold::TreeWallets.new(dir) id = Zold::Id.new('abcd0123abcd0123') wallets.find(id) do |wallet| wallet.init(id, Zold::Key.new(file: 'fixtures/id_rsa.pub')) assert_equal(1, wallets.all.count) - assert_equal(id.to_s, wallets.all[0]) + assert_equal(id, wallets.all[0]) assert(wallet.path.end_with?('/a/b/c/d/abcd0123abcd0123.z'), wallet.path) end end end end