Skip to content

Commit 0e518be

Browse files
committed
fixup: fix tests after rebase:
1 parent 346fa56 commit 0e518be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-event-on-async-iterator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ async function iterableThrow() {
184184
iterable.throw();
185185
}, {
186186
message: 'The "EventEmitter.AsyncIterator" property must be' +
187-
' of type Error. Received type undefined',
187+
' an instance of Error. Received undefined',
188188
name: 'TypeError'
189189
});
190190

0 commit comments

Comments
 (0)