Skip to content

Commit 15fdfeb

Browse files
committed
chore: update snap
1 parent d286b16 commit 15fdfeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/encoding/fromHex.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ describe('converts hex to bytes', () => {
348348
expect(() =>
349349
fromHex('0x420fggf11a', 'bytes'),
350350
).toThrowErrorMatchingInlineSnapshot(`
351-
"0x420fggf11a is not a valid hex value.
351+
"Invalid byte sequence (\\"gg\\" in \\"420fggf11a\\").
352352
353353
354354
`)

0 commit comments

Comments
 (0)