Skip to content

Commit ebb3b8c

Browse files
committed
Remove '}' character
1 parent ef60b6b commit ebb3b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/components/json-viewer/components/json-pretty/JsonPretty.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ describe('JsonPretty', () => {
2727
})
2828

2929
it('should render json primitive component with big number', () => {
30-
const json = JSONBigInt({ useNativeBigInt: true }).parse('1234567890123456789012345678901234567890}')
30+
const json = JSONBigInt({ useNativeBigInt: true }).parse('1234567890123456789012345678901234567890')
3131
render(<JsonPretty data={json} />)
3232
expect(screen.getByTestId('json-primitive-component')).toBeInTheDocument()
3333
})

0 commit comments

Comments
 (0)