We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5e9b6e commit 9e387fbCopy full SHA for 9e387fb
test/simple/test-crypto-stream.js
@@ -70,7 +70,7 @@ var key = new Buffer('48fb56eb10ffeb13fc0ef551bbca3b1b', 'hex'),
70
71
cipher.pipe(decipher)
72
.on('error', common.mustCall(function end(err) {
73
- assert(/:00000000:/.test(err));
+ assert(/bad decrypt/.test(err));
74
}));
75
76
cipher.end('Papaya!'); // Should not cause an unhandled exception.
0 commit comments