Skip to content

Commit d964ee9

Browse files
committed
test: fix assert
1 parent 03ad26f commit d964ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/platform-test-suite/test/e2e/withdrawals.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ describe('Withdrawals', function withdrawalsTest() {
196196
toAddress: withdrawTo.address,
197197
signingKeyIndex: 1,
198198
},
199-
)).to.be.rejectedWith('Error conversion not implemented: Invalid public key security level HIGH. The state transition requires one of CRITICAL');
199+
)).to.be.rejectedWith('Error conversion not implemented: Invalid public key security level HIGH. The state transition requires one of MASTER');
200200
});
201201

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

0 commit comments

Comments
 (0)