From ea671788241d11a0a7be5d0c5a5f13b8ddda73e9 Mon Sep 17 00:00:00 2001 From: ienrum Date: Sat, 21 Jun 2025 12:31:32 +0900 Subject: [PATCH] test: fix typo - remove duplicate "should run" in mutation test name --- packages/query-core/src/__tests__/mutations.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/query-core/src/__tests__/mutations.test.tsx b/packages/query-core/src/__tests__/mutations.test.tsx index 7921785fc4..c22414e5b8 100644 --- a/packages/query-core/src/__tests__/mutations.test.tsx +++ b/packages/query-core/src/__tests__/mutations.test.tsx @@ -533,7 +533,7 @@ describe('mutations', () => { ]) }) - test('each scope should run should run in parallel, serial within scope', async () => { + test('each scope should run in parallel, serial within scope', async () => { const results: Array = [] executeMutation(