Skip to content

Commit c169f3f

Browse files
osipxde5l
authored andcommitted
fixup! KTOR-7620 Make Url class @serializable and JVM Serializable (#4421)
1 parent a94fb91 commit c169f3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ktor-http/jvm/test/io/ktor/tests/http/SerializableTest.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
2-
* Copyright 2014-2019 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license.
2+
* Copyright 2014-2024 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license.
33
*/
44

55
package io.ktor.tests.http
66

77
import io.ktor.http.*
8-
import io.ktor.junit.*
8+
import io.ktor.test.junit.*
99
import kotlin.test.*
1010

1111
class SerializableTest {

0 commit comments

Comments
 (0)