From 0408280c33a8214759d51b6e53734923ce2df71b Mon Sep 17 00:00:00 2001 From: Yevhenii Moroz Date: Sat, 20 Apr 2024 21:36:41 -0400 Subject: [PATCH] update tests --- src/core/__tests__/fetchPolicies.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/__tests__/fetchPolicies.ts b/src/core/__tests__/fetchPolicies.ts index 6f1f1cac5e9..f5ed3743f4b 100644 --- a/src/core/__tests__/fetchPolicies.ts +++ b/src/core/__tests__/fetchPolicies.ts @@ -1274,7 +1274,7 @@ describe("nextFetchPolicy", () => { // The nextFetchPolicy function we provided always returnes cache-first, // even when context.reason is variables-changed (which by default - // resets the fetchPolicy to context.initialPolicy), so cache-first is + // resets the fetchPolicy to context.initialFetchPolicy), so cache-first is // still what we see here. expect(observable.options.fetchPolicy).toBe("cache-first"); } else if (count === 3) {