Skip to content

Commit 43ed10c

Browse files
codebytereaddaleax
andauthored
Update test/parallel/test-crypto-key-objects.js
Co-authored-by: Anna Henningsen <github@addaleax.net>
1 parent efdaebc commit 43ed10c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-crypto-key-objects.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ ecInfos.forEach((info) => {
651651
code: 'ERR_CRYPTO_INCOMPATIBLE_KEY_OPTIONS'
652652
});
653653
} else {
654-
common.skip('Skipping unsupported RSA-PSS key test');
654+
common.printSkipMessage('Skipping unsupported RSA-PSS key test');
655655
}
656656

657657
{

0 commit comments

Comments
 (0)