Skip to content

Commit

Permalink
test updated to work with JS
Browse files Browse the repository at this point in the history
  • Loading branch information
morisil committed Sep 6, 2024
1 parent 941ac13 commit 7bc5a35
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@

package com.xemantic.osc.type

import com.xemantic.osc.ZERO
import com.xemantic.osc.byteArrayOf
import com.xemantic.osc.writeOscToBytes
import com.xemantic.osc.util.ZERO
import com.xemantic.osc.util.byteArrayOf
import com.xemantic.osc.util.writeOscToBytes
import io.kotest.matchers.shouldBe
import kotlin.test.Test

Expand Down

0 comments on commit 7bc5a35

Please sign in to comment.