Skip to content

Commit

Permalink
fixup - re-enable disabled tests in feature_assetlocks
Browse files Browse the repository at this point in the history
  • Loading branch information
knst committed Sep 19, 2024
1 parent f7aed3c commit d93e62b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/functional/feature_asset_locks.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,8 @@ def run_test(self):

self.test_asset_locks(node_wallet, node, pubkey)
self.test_asset_unlocks(node_wallet, node, pubkey)
#self.test_withdrawal_limits(node_wallet, node, pubkey)
# self.test_mn_rr(node_wallet, node, pubkey)
self.test_withdrawal_limits(node_wallet, node, pubkey)
self.test_mn_rr(node_wallet, node, pubkey)
self.test_withdrawal_fork(node_wallet, node, pubkey)


Expand Down

0 comments on commit d93e62b

Please sign in to comment.