Skip to content

Commit 2cad010

Browse files
authored
test: satisfy eslint
1 parent a2b7fe6 commit 2cad010

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/parallel/test-stream-consumers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const kArrayBuffer =
6565
{
6666
const passthrough = new PassThrough();
6767

68-
bytes(passthrough).then(common.mustCall(async (uint8arr) => {
68+
bytes(passthrough).then(common.mustCall((uint8arr) => {
6969
assert(uint8arr instanceof Uint8Array);
7070
assert.strictEqual(uint8arr.byteLength, 10);
7171
assert.deepStrictEqual(Buffer.from(uint8arr), buf);

0 commit comments

Comments
 (0)