Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sideeffffect committed May 28, 2024
1 parent 636728a commit 35e2e17
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,6 @@ class PrinterTests extends AnyFreeSpec with Matchers {
Printer.pretty(json) shouldEqual "22.22\n"
}

"Root float without decimal part" in {
val json = Json.fromDoubleOrNull(22.0)
Printer.pretty(json) shouldEqual "22.0\n"
}

"Line break" - {
val json = Json.arr(Json.fromString("foo"), Json.fromString("bar"))

Expand Down

0 comments on commit 35e2e17

Please sign in to comment.