We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced41b0 commit a76811cCopy full SHA for a76811c
1 file changed
test/parallel/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(/Unsupported/.test(err));
+ assert(/bad decrypt/.test(err));
74
}));
75
76
cipher.end('Papaya!'); // Should not cause an unhandled exception.
0 commit comments