From 27fd9e3f42d33096a90de18b698b0dae1b2d92a9 Mon Sep 17 00:00:00 2001 From: Kazik Pogoda Date: Fri, 6 Sep 2024 16:34:17 +0200 Subject: [PATCH] test updated to work with JS --- xemantic-osc-api/src/commonTest/kotlin/type/OscReadingTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xemantic-osc-api/src/commonTest/kotlin/type/OscReadingTest.kt b/xemantic-osc-api/src/commonTest/kotlin/type/OscReadingTest.kt index 37a9df2..c655217 100644 --- a/xemantic-osc-api/src/commonTest/kotlin/type/OscReadingTest.kt +++ b/xemantic-osc-api/src/commonTest/kotlin/type/OscReadingTest.kt @@ -19,7 +19,7 @@ package com.xemantic.osc.type import com.xemantic.osc.OscInputException -import com.xemantic.osc.ZERO +import com.xemantic.osc.util.ZERO import io.kotest.assertions.throwables.shouldThrowWithMessage import io.kotest.matchers.shouldBe import kotlin.test.Test