Skip to content

Commit f851eba

Browse files
authored
Fix formatting in schema for test "resolve Interface type using __typename on source object" (#3762)
1 parent 5009d9f commit f851eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/execution/__tests__/abstract-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ describe('Execute: Handles execution of abstract types', () => {
505505
506506
interface Pet {
507507
name: String
508-
}
508+
}
509509
510510
type Cat implements Pet {
511511
name: String

0 commit comments

Comments
 (0)