Skip to content

Commit b058845

Browse files
committed
Remove usage of deleted var
1 parent 4171c9e commit b058845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql-dgs-codegen-core/src/test/kotlin/com/netflix/graphql/dgs/codegen/clientapi/ClientApiGenProjectionTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -950,7 +950,7 @@ class ClientApiGenProjectionTest {
950950
CodeGenConfig(
951951
schemas = setOf(schema),
952952
packageName = BASE_PACKAGE_NAME,
953-
generateClientApiv2 = true,
953+
generateClientApi = true,
954954
),
955955
).generate()
956956

0 commit comments

Comments
 (0)