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
fixup! fixup! test: merge test with unnecessary child process
  • Loading branch information
sam-github committed Dec 14, 2018
commit 421539012fe7ab02a97ba003b6e98a7eb904c78a
4 changes: 2 additions & 2 deletions test/parallel/test-crypto-hmac.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ common.expectsError(
// This used to segfault. See: https://github.com/nodejs/node/issues/9819
common.expectsError(
() => crypto.createHmac('sha256', 'key').digest({
toString: () => { throw new Error('boom'); },
}),
toString: () => { throw new Error('boom'); },
}),
{
type: Error,
message: 'boom'
Expand Down