We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a94fb91 commit c169f3fCopy full SHA for c169f3f
ktor-http/jvm/test/io/ktor/tests/http/SerializableTest.kt
@@ -1,11 +1,11 @@
1
/*
2
- * Copyright 2014-2019 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license.
+ * Copyright 2014-2024 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license.
3
*/
4
5
package io.ktor.tests.http
6
7
import io.ktor.http.*
8
-import io.ktor.junit.*
+import io.ktor.test.junit.*
9
import kotlin.test.*
10
11
class SerializableTest {
0 commit comments