Skip to content

Commit

Permalink
Rename swr infinite mutate test case
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjeev40 committed May 3, 2022
1 parent b6f4781 commit a322130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/use-swr-infinite.test.tsx
Expand Up @@ -1222,7 +1222,7 @@ describe('useSWRInfinite', () => {
})

// https://github.com/vercel/swr/issues/1899
it('should revalidate the resource with bound mutate when arguments are passed', async () => {
it('should revalidate the resource with bound mutate when options is of Object type ', async () => {
let t = 0
const key = createKey()
const fetcher = jest.fn(async () =>
Expand Down

0 comments on commit a322130

Please sign in to comment.