Skip to content

Commit

Permalink
test: fix assert
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Oct 5, 2024
1 parent 03ad26f commit d964ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/platform-test-suite/test/e2e/withdrawals.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ describe('Withdrawals', function withdrawalsTest() {
toAddress: withdrawTo.address,
signingKeyIndex: 1,
},
)).to.be.rejectedWith('Error conversion not implemented: Invalid public key security level HIGH. The state transition requires one of CRITICAL');
)).to.be.rejectedWith('Error conversion not implemented: Invalid public key security level HIGH. The state transition requires one of MASTER');
});

// TODO: Figure out how to overcome client-side validation and implement
Expand Down

0 comments on commit d964ee9

Please sign in to comment.