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 0110a32 commit 941ac13
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ class OscDecodingTest {
fun shouldDecodeFloat() {
oscDecoder<Float>().decode(OscReader {
typeTag("f")
float(3.14f)
}) shouldBe 3.14f
float(3.0f)
}) shouldBe 3.0f
}

@Test
Expand Down

0 comments on commit 941ac13

Please sign in to comment.