From 1f8d74276bbf48f6459bb9faf44aeb87ee0bb11e Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Mon, 20 Sep 2021 20:24:42 +0200 Subject: [PATCH] test(types): fix --- .../tests/types/useMutation-types.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/vue-apollo-composable/tests/types/useMutation-types.test.ts b/packages/vue-apollo-composable/tests/types/useMutation-types.test.ts index 185d25d..8ab4484 100644 --- a/packages/vue-apollo-composable/tests/types/useMutation-types.test.ts +++ b/packages/vue-apollo-composable/tests/types/useMutation-types.test.ts @@ -197,7 +197,7 @@ import { assertExactType } from './assertions' { awaitRefetchQueries: true, clientId: '37Hn7m', - context: 'any', + context: { any: true }, errorPolicy: 'all', fetchPolicy: 'no-cache', optimisticResponse: (vars: ExampleUpdateMutationVariables) => ({ @@ -270,7 +270,7 @@ import { assertExactType } from './assertions' { awaitRefetchQueries: true, clientId: '37Hn7m', - context: 'any', + context: { any: true }, errorPolicy: 'all', fetchPolicy: 'no-cache', optimisticResponse: (vars: ExampleUpdateMutationVariables) => ({