Skip to content

Commit

Permalink
break functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
m3dwards committed Mar 6, 2025
1 parent 515c64c commit 4abc21c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/functional/wallet_startup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def setup_nodes(self):
self.start_nodes()

def run_test(self):
c = 1 / 0;
self.log.info('Should start without any wallets')
assert_equal(self.nodes[0].listwallets(), [])
assert_equal(self.nodes[0].listwalletdir(), {'wallets': []})
Expand Down

0 comments on commit 4abc21c

Please sign in to comment.