Skip to content

Commit 45dac6f

Browse files
authored
test: fix typo - remove duplicate "should run" in mutation test name (#9328)
1 parent f4a1115 commit 45dac6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ describe('mutations', () => {
533533
])
534534
})
535535

536-
test('each scope should run should run in parallel, serial within scope', async () => {
536+
test('each scope should run in parallel, serial within scope', async () => {
537537
const results: Array<string> = []
538538

539539
executeMutation(

0 commit comments

Comments
 (0)