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
Next Next commit
fixup: fix tests after rebase:
  • Loading branch information
mcollina committed Dec 22, 2019
commit 0e518be387796a2744eda7953c88b889dbfea13e
2 changes: 1 addition & 1 deletion test/parallel/test-event-on-async-iterator.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ async function iterableThrow() {
iterable.throw();
}, {
message: 'The "EventEmitter.AsyncIterator" property must be' +
' of type Error. Received type undefined',
' an instance of Error. Received undefined',
name: 'TypeError'
});

Expand Down