Skip to content

Commit cdccd3c

Browse files
committed
🚨 Fix linter warnings
1 parent 641b13a commit cdccd3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/devtools/tests/devtools.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ describe('ReactQueryDevtools', () => {
219219
const bazItem = screen.queryByText(bazQueryHash)
220220
expect(barItem).toBeNull()
221221
expect(bazItem).toBeNull()
222-
222+
223223
fireEvent.change(filterInput, { target: { value: '' } })
224224
})
225225

0 commit comments

Comments
 (0)