Skip to content

Commit

Permalink
Add Tag annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso committed Oct 21, 2023
1 parent b3a4713 commit 1e6484c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 1e6484c

Please sign in to comment.