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 {