Skip to content

Commit

Permalink
fixup! feat(test): Add a new test to ensure proper signature checking
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenzopalazzo committed Jul 25, 2023
1 parent ecc260a commit e4cc9ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_bolt2-01-open_channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,6 @@ def test_open_channel_opener_side_wrong_announcement_signatures(runner: Runner)
"announcement_signatures", dummy_val=dummy_sign
),
),
ExpectError(),
ExpectMsg("warning"),
]
run_runner(runner, merge_events_sequences(pre_events, test_events))

0 comments on commit e4cc9ad

Please sign in to comment.