Skip to content

Commit

Permalink
updating hash to match slightly different rendering in new headless mode
Browse files Browse the repository at this point in the history
  • Loading branch information
catdad committed Nov 26, 2023
1 parent c2fee85 commit 77113a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ test('[text] shoots confetti of an emoji shape', async t => {
});
t.context.image = await readImage(t.context.buffer);

t.is(t.context.image.hash(), '9CppCqpCmtC');
t.is(t.context.image.hash(), 'cPpcSrcCjdC');
});

/*
Expand Down

0 comments on commit 77113a5

Please sign in to comment.