test/commands/test_node.rb in zold-0.15.0 vs test/commands/test_node.rb in zold-0.16.0
- old
+ new
@@ -42,10 +42,10 @@
# @todo #306:30min This test is failing from time to time
# We should find a way to check that tests involved in thread concurrency
# are always working
def test_push_and_fetch
skip
- FakeHome.new.run do |home|
+ FakeHome.new(log: test_log).run do |home|
FakeNode.new(log: test_log).run do |port|
wallets = home.wallets
wallet = home.create_wallet
remotes = home.remotes
remotes.add('localhost', port)