You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: graphql-dgs-codegen-gradle/src/main/kotlin/com/netflix/graphql/dgs/codegen/gradle/ClientUtilsConventions.kt
Copy file name to clipboardExpand all lines: graphql-dgs-codegen-gradle/src/test/kotlin/com/netflix/graphql/dgs/CodegenGradlePluginClientUtilsConventionsTest.kt
+6-8
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ class CodegenGradlePluginClientUtilsConventionsTest {
// then we assert that the dependency was resolved to the higher version.
130
128
assertThat(result.output)
131
-
.contains("DGS CodeGen added [com.netflix.graphql.dgs.codegen:graphql-dgs-codegen-shared-core:${inferredVersion.get()}] to the $configuration dependencies.")
129
+
.contains("DGS CodeGen added dependency [com.netflix.graphql.dgs.codegen:graphql-dgs-codegen-shared-core:${inferredVersion.get()}] to $configuration.")
132
130
}
133
131
134
132
@Test
@@ -163,7 +161,7 @@ codegen {
163
161
val result = runner.build()
164
162
// then we assert that the dependency was resolved to the higher version.
0 commit comments