diff --git a/ktorfit-ksp/src/test/kotlin/de/jensklingenberg/ktorfit/TagAnnotationsTest.kt b/ktorfit-ksp/src/test/kotlin/de/jensklingenberg/ktorfit/TagAnnotationsTest.kt index b0a3c353e..892033775 100644 --- a/ktorfit-ksp/src/test/kotlin/de/jensklingenberg/ktorfit/TagAnnotationsTest.kt +++ b/ktorfit-ksp/src/test/kotlin/de/jensklingenberg/ktorfit/TagAnnotationsTest.kt @@ -28,7 +28,7 @@ interface TestService { val expectedHeadersArgumentText = """attributes.put(io.ktor.util.AttributeKey("myTag1"), myTag1) - someParameter?.let{ attributes.put(io.ktor.util.AttributeKey("myTag2"), it) } """.trimMargin() + someParameter?.let{ attributes.put(io.ktor.util.AttributeKey("myTag2"), it) } """ val compilation = getCompilation(listOf(source)) val result = compilation.compile()