Skip to content

Commit

Permalink
fixup! KTOR-4834 Fix startup message on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
e5l committed Sep 8, 2022
1 parent 90d5375 commit 35e162c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion ktor-client/ktor-client-core/common/test/CookiesTest.kt
Expand Up @@ -43,7 +43,7 @@ class CookiesTest {
}

@Test
fun testCookiesAreRenderedWithSpaceInBetween() = testSuspend{
fun testCookiesAreRenderedWithSpaceInBetween() = testSuspend {
var storage = AcceptAllCookiesStorage()
storage.addCookie("http://localhost/", Cookie("name1", "value1"))
storage.addCookie("http://localhost/", Cookie("name2", "value2"))
Expand Down
Expand Up @@ -402,8 +402,6 @@ class ContentNegotiationTests {
}
}



object Thing

data class StringWrapper(val value: String)
Expand Down

0 comments on commit 35e162c

Please sign in to comment.