From b058845ede4f7f7c8e367e55392027a944fd989e Mon Sep 17 00:00:00 2001 From: Jiho Lee Date: Mon, 12 Jan 2026 17:13:54 -0800 Subject: [PATCH] Remove usage of deleted var --- .../graphql/dgs/codegen/clientapi/ClientApiGenProjectionTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphql-dgs-codegen-core/src/test/kotlin/com/netflix/graphql/dgs/codegen/clientapi/ClientApiGenProjectionTest.kt b/graphql-dgs-codegen-core/src/test/kotlin/com/netflix/graphql/dgs/codegen/clientapi/ClientApiGenProjectionTest.kt index d36faadb..da238fe1 100644 --- a/graphql-dgs-codegen-core/src/test/kotlin/com/netflix/graphql/dgs/codegen/clientapi/ClientApiGenProjectionTest.kt +++ b/graphql-dgs-codegen-core/src/test/kotlin/com/netflix/graphql/dgs/codegen/clientapi/ClientApiGenProjectionTest.kt @@ -950,7 +950,7 @@ class ClientApiGenProjectionTest { CodeGenConfig( schemas = setOf(schema), packageName = BASE_PACKAGE_NAME, - generateClientApiv2 = true, + generateClientApi = true, ), ).generate()