Skip to content

Commit 1712b30

Browse files
ci: apply automated fixes
1 parent b753fc0 commit 1712b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-query/src/__tests__/useSuspenseQuery.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,7 @@ describe('useSuspenseQuery', () => {
992992
)
993993

994994
expect(consoleErrorSpy).toHaveBeenCalledWith(
995-
'skipToken is not allowed for useSuspenseQuery'
995+
'skipToken is not allowed for useSuspenseQuery',
996996
)
997997

998998
consoleErrorSpy.mockRestore()

0 commit comments

Comments
 (0)