From c169f3f8cba3e3e71dd6a547c0ca72e222c42c52 Mon Sep 17 00:00:00 2001 From: Osip Fatkullin Date: Thu, 19 Dec 2024 11:59:52 +0100 Subject: [PATCH] fixup! KTOR-7620 Make Url class @Serializable and JVM Serializable (#4421) --- ktor-http/jvm/test/io/ktor/tests/http/SerializableTest.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ktor-http/jvm/test/io/ktor/tests/http/SerializableTest.kt b/ktor-http/jvm/test/io/ktor/tests/http/SerializableTest.kt index 4ab487153f..02a687e37e 100644 --- a/ktor-http/jvm/test/io/ktor/tests/http/SerializableTest.kt +++ b/ktor-http/jvm/test/io/ktor/tests/http/SerializableTest.kt @@ -1,11 +1,11 @@ /* - * 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. */ package io.ktor.tests.http import io.ktor.http.* -import io.ktor.junit.* +import io.ktor.test.junit.* import kotlin.test.* class SerializableTest {