Skip to content

Commit d23326b

Browse files
committed
test: another fix for test-crypto-stream
Reviewed-By: Fedor Indutny <fedor@indutny.com>
1 parent 4d7e893 commit d23326b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/simple/test-crypto-stream.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ var key = new Buffer('48fb56eb10ffeb13fc0ef551bbca3b1b', 'hex'),
7070

7171
cipher.pipe(decipher)
7272
.on('error', common.mustCall(function end(err) {
73-
assert(/:00000000:/.test(err));
73+
assert(/Unsupported/.test(err));
7474
}));
7575

7676
cipher.end('Papaya!'); // Should not cause an unhandled exception.

0 commit comments

Comments
 (0)