Skip to content

Commit f006086

Browse files
authored
Merge pull request #377 from rsksmart/remove-unnecessary-assertion
Changes assertion from expecting processed to not processed.
2 parents 983648d + 58ac162 commit f006086

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/tests/2wp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ const execute = (description) => {
809809
// To ensure no refund is made, let's try to push any possible refund pegout.
810810
await triggerRelease(rskTxHelpers, btcTxHelper, {}, false);
811811

812-
await assertBtcPeginTxHashProcessed(btcPeginTxHash);
812+
await assertPeginTxHashNotProcessed(btcPeginTxHash);
813813

814814
// Two events are emitted in this scenario: rejected_pegin and unrefundable_pegin.
815815
await assertExpectedRejectedPeginEventIsEmitted(

0 commit comments

Comments
 (0)