Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix message of thrown error
  • Loading branch information
peZhmanParsaee committed Mar 24, 2021
commit d8a6f1f541ecf343458c500dfa4de060c836c831
2 changes: 1 addition & 1 deletion test/parallel/test-crypto-key-objects.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const privateDsa = fixtures.readKey('dsa_private_encrypted_1025.pem',
code: 'ERR_INVALID_ARG_TYPE',
message:
'The "key" argument must be an instance of CryptoKey. Received type ' +
"string ('no_valid_key')"
"string ('invalid_key')"
});
}

Expand Down