test/test_wallets.rb in zold-0.16.13 vs test/test_wallets.rb in zold-0.16.14

- old
+ new

@@ -31,10 +31,10 @@ # Wallets test. # Author:: Yegor Bugayenko (yegor256@gmail.com) # Copyright:: Copyright (c) 2018 Yegor Bugayenko # License:: MIT -class TestWallets < Minitest::Test +class TestWallets < Zold::Test def test_adds_wallet FakeHome.new(log: test_log).run do |home| wallets = home.wallets id = Zold::Id.new wallets.find(id) do |wallet|