Skip to content

Commit

Permalink
test: fix typo in test-stream-toArray
Browse files Browse the repository at this point in the history
Refs: #41553

PR-URL: #41634
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Mestery <mestery@protonmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
tniessen authored and targos committed Jul 31, 2022
1 parent a1e122b commit f99b0d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-stream-toArray.js
Expand Up @@ -69,7 +69,7 @@ const assert = require('assert');
}, {
name: 'AbortError',
}).then(common.mustCall(() => {
// Only stops toArray, does not destory the stream
// Only stops toArray, does not destroy the stream
assert(stream.destroyed, false);
}));
ac.abort();
Expand Down

0 comments on commit f99b0d0

Please sign in to comment.