Skip to content

Commit

Permalink
test(type-endpoint.test.ts): update expected blob length in 'type-end…
Browse files Browse the repository at this point in the history
…point - 200 - image - original' test
  • Loading branch information
preschian committed Jun 21, 2024
1 parent 82dd170 commit 681af48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/image/src/tests/type-endpoint.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ test('type-endpoint - 200 - image - original', async () => {
expect(data).toMatchInlineSnapshot(`
Blob {
Symbol(kHandle): Blob {},
Symbol(kLength): 86783,
Symbol(kLength): 631349,
Symbol(kType): "image/png",
}
`)
Expand Down

0 comments on commit 681af48

Please sign in to comment.