Skip to content

Commit 898b114

Browse files
committed
fix test name
1 parent dce6d72 commit 898b114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolkit/src/query/tests/buildHooks.test-d.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ describe('type tests', () => {
193193
}
194194
})
195195

196-
test('selectFromResult (query) behaviors', () => {
196+
test('top level named hooks', () => {
197197
interface Post {
198198
id: number
199199
name: string

0 commit comments

Comments
 (0)