Skip to content

Commit 746c3fd

Browse files
ci: apply automated fixes
1 parent 6885b44 commit 746c3fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/query-core/src/__tests__/query.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,7 @@ describe('query', () => {
10651065
const data = {
10661066
get foo(): void {
10671067
return this.foo
1068-
}
1068+
},
10691069
}
10701070

10711071
queryFn.mockImplementation(() => sleep(10).then(() => data))

0 commit comments

Comments
 (0)