Skip to content

Commit

Permalink
fixup: fix tests after rebase:
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Dec 22, 2019
1 parent 346fa56 commit 0e518be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-event-on-async-iterator.js
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

0 comments on commit 0e518be

Please sign in to comment.