From a3221302b3558a443f8cfa5d6e3dd27bb7c8f138 Mon Sep 17 00:00:00 2001 From: sanjeev40 Date: Tue, 3 May 2022 10:58:35 +0530 Subject: [PATCH] Rename swr infinite mutate test case --- test/use-swr-infinite.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/use-swr-infinite.test.tsx b/test/use-swr-infinite.test.tsx index 91d1db3cb..7bf2b6b20 100644 --- a/test/use-swr-infinite.test.tsx +++ b/test/use-swr-infinite.test.tsx @@ -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 () =>