Skip to content

Commit abe0028

Browse files
committed
fix failing test
1 parent d5bd5ba commit abe0028

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/queryCache.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ export function makeQueryCache() {
306306
})
307307
}
308308

309-
// throw error
309+
throw error
310310
}
311311
}
312312

@@ -381,7 +381,7 @@ export function makeQueryCache() {
381381
instance.onSettled && instance.onSettled(undefined, error)
382382
)
383383

384-
throw error
384+
// throw error
385385
}
386386
}
387387
})()

0 commit comments

Comments
 (0)