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 <duhamelantoine1995@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Kohei Ueno <kohei.ueno119@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
  • Loading branch information
pavelhoral authored and RafaelGSS committed Nov 10, 2022
1 parent 1432474 commit 4a80aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-stream-duplex-from.js
Expand Up @@ -142,7 +142,7 @@ const { Blob } = require('buffer');
}
assert.strictEqual(ret, 'abcdefghi');
},
common.mustCall(),
common.mustSucceed(),
);
}

Expand Down

0 comments on commit 4a80aff

Please sign in to comment.