Skip to content

Commit

Permalink
Update test/functional/feature_governance.py
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 authored Oct 27, 2023
1 parent 9a29b72 commit 7e8390f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/functional/feature_governance.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ def run_test(self):
data_string = list(self.nodes[0].gobject("list", "valid", "triggers").values())[0]["DataString"]
payment_amounts_trigger = json.loads(data_string)["payment_amounts"].split("|")
for amount_str in payment_amounts_trigger:
if amount_str in payment_amounts_expected:
assert(amount_str in payment_amounts_expected)

# Move 1 block inside the Superblock maturity window
Expand Down

0 comments on commit 7e8390f

Please sign in to comment.