From 7fb2db667b38dd7ca2a50255ad7548bdba8e4d26 Mon Sep 17 00:00:00 2001 From: Benedikt Franke Date: Tue, 18 Oct 2022 22:10:19 +0200 Subject: [PATCH] Fix formatting in schema for test "resolve Interface type using __typename on source object" --- src/execution/__tests__/abstract-test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/execution/__tests__/abstract-test.ts b/src/execution/__tests__/abstract-test.ts index 5253d0d9e0..18adacd7d2 100644 --- a/src/execution/__tests__/abstract-test.ts +++ b/src/execution/__tests__/abstract-test.ts @@ -505,7 +505,7 @@ describe('Execute: Handles execution of abstract types', () => { interface Pet { name: String - } + } type Cat implements Pet { name: String