test: remove custom message from assertion
The custom message means that the values involved are not reported. Remove the custom message for a more detailed error message. PR-URL: https://github.com/nodejs/node/pull/16824 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
This commit is contained in:
parent
09c152e9b4
commit
2054c66e77
@ -34,8 +34,7 @@ const hook1 = async_hooks.createHook({
|
|||||||
// Check that the internal field returns the same PromiseWrap passed to init().
|
// Check that the internal field returns the same PromiseWrap passed to init().
|
||||||
assert.strictEqual(
|
assert.strictEqual(
|
||||||
binding.getPromiseField(Promise.resolve(1)),
|
binding.getPromiseField(Promise.resolve(1)),
|
||||||
pwrap,
|
pwrap);
|
||||||
'Unexpected PromiseWrap');
|
|
||||||
|
|
||||||
hook1.disable();
|
hook1.disable();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user