Skip to content

Commit ab84c4b

Browse files
committed
yarn format pass
1 parent 9fce166 commit ab84c4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/toolkit/src/query/tests/useMutation-fixedCacheKey.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,14 +364,14 @@ describe('fixedCacheKey', () => {
364364
endpoints: (build) => ({
365365
send: build.mutation<string, string | Promise<string>>({
366366
query: (arg) => arg,
367-
onCacheEntryAdded(arg, { }) {
367+
onCacheEntryAdded(arg, {}) {
368368
onNewCacheEntry(arg)
369369
},
370370
}),
371371
}),
372372
})
373373

374-
render(<Component name="C1" fixedCacheKey={"testKey"} />, {
374+
render(<Component name="C1" fixedCacheKey={'testKey'} />, {
375375
wrapper: storeRef.wrapper,
376376
})
377377

0 commit comments

Comments
 (0)