Skip to content

Commit

Permalink
test: fix catching failed assertion
Browse files Browse the repository at this point in the history
PR-URL: #45222
Reviewed-By: Antoine du Hamel <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Juan José Arboleda <[email protected]>
Reviewed-By: Kohei Ueno <[email protected]>
Reviewed-By: Yagiz Nizipli <[email protected]>
  • Loading branch information
pavelhoral authored and danielleadams committed Jan 3, 2023
1 parent bbe67c4 commit ad3b41c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-stream-duplex-from.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ const { Blob } = require('buffer');
}
assert.strictEqual(ret, 'abcdefghi');
},
common.mustCall(),
common.mustSucceed(),
);
}

Expand Down

0 comments on commit ad3b41c

Please sign in to comment.