File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/test/java/com/kobylynskyi/graphql/codegen/scala Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 11package com .kobylynskyi .graphql .codegen .scala ;
22
3+ import com .kobylynskyi .graphql .codegen .MaxQueryTokensExtension ;
34import com .kobylynskyi .graphql .codegen .TestUtils ;
4- import com .kobylynskyi .graphql .codegen .kotlin .KotlinGraphQLCodegen ;
55import com .kobylynskyi .graphql .codegen .model .GeneratedLanguage ;
66import com .kobylynskyi .graphql .codegen .model .MappingConfig ;
77import com .kobylynskyi .graphql .codegen .utils .Utils ;
88import org .junit .jupiter .api .AfterEach ;
99import org .junit .jupiter .api .BeforeEach ;
1010import org .junit .jupiter .api .Test ;
11+ import org .junit .jupiter .api .extension .ExtendWith ;
1112
1213import java .io .File ;
1314import java .util .Objects ;
1617import static com .kobylynskyi .graphql .codegen .TestUtils .getFileByName ;
1718import static java .util .Collections .singletonList ;
1819
20+ @ ExtendWith (MaxQueryTokensExtension .class )
1921class GraphQLCodegenSealedInterfacesTest {
2022 private final File outputBuildDir = new File ("build/generated" );
2123 private final File outputScalaClassesDir = new File ("build/generated/com/github/graphql" );
You can’t perform that action at this time.
0 commit comments