Skip to content

Commit

Permalink
test: fix V8 serdes test for V8 9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Apr 19, 2021
1 parent dbf07fd commit 78ca4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-v8-serdes.js
Expand Up @@ -50,7 +50,7 @@ const hostObject = new (internalBinding('js_stream').JSStream)();
{
const ser = new v8.DefaultSerializer();
ser._getDataCloneError = common.mustCall((message) => {
assert.strictEqual(message, '[object Object] could not be cloned.');
assert.strictEqual(message, '#<Object> could not be cloned.');
return new Error('foobar');
});

Expand Down

0 comments on commit 78ca4bf

Please sign in to comment.