Skip to content

Commit

Permalink
test update after moving utils to subpackage
Browse files Browse the repository at this point in the history
  • Loading branch information
morisil committed Sep 6, 2024
1 parent fbbdff4 commit 0110a32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@

package com.xemantic.osc.io

import com.xemantic.osc.*
import com.xemantic.osc.type.OscColor
import com.xemantic.osc.type.OscMidiMessage
import com.xemantic.osc.type.OscTimeTag
import com.xemantic.osc.util.ZERO
import com.xemantic.osc.util.byteArrayOf
import io.kotest.matchers.shouldBe
import kotlin.test.Test

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ package com.xemantic.osc.io

import com.xemantic.osc.OscInputException
import com.xemantic.osc.type.OscTimeTag
import com.xemantic.osc.ZERO
import com.xemantic.osc.util.ZERO
import io.kotest.assertions.throwables.shouldThrowWithMessage
import io.kotest.matchers.shouldBe
import kotlinx.io.Buffer
Expand Down

0 comments on commit 0110a32

Please sign in to comment.