Skip to content

Commit 6e05950

Browse files
committed
Update incorrect comment
1 parent d746fc5 commit 6e05950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/react/hooks/__tests__/useQuery.test.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -4925,7 +4925,7 @@ describe("useQuery Hook", () => {
49254925
</button>
49264926
<button
49274927
onClick={() => {
4928-
// Intentionally use rerun here as opposed to refetch to
4928+
// Intentionally use reobserve here as opposed to refetch to
49294929
// ensure we check against reported cache results with cache-first
49304930
// and notifyOnNetworkStatusChange
49314931
void useQueryResult.observable.reobserve();

0 commit comments

Comments
 (0)