Skip to content

Commit b2d8c43

Browse files
authored
Update incorrect comment
1 parent c6c2df6 commit b2d8c43

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
@@ -4923,7 +4923,7 @@ describe("useQuery Hook", () => {
49234923
</button>
49244924
<button
49254925
onClick={() => {
4926-
// Intentionally use rerun here as opposed to refetch to
4926+
// Intentionally use reobserve here as opposed to refetch to
49274927
// ensure we check against reported cache results with cache-first
49284928
// and notifyOnNetworkStatusChange
49294929
void useQueryResult.observable.reobserve();

0 commit comments

Comments
 (0)