Skip to content

Commit

Permalink
Make the test round-trip (target for decoder code)
Browse files Browse the repository at this point in the history
  • Loading branch information
OndrejSpanel committed Nov 11, 2020
1 parent 07673aa commit 8c78d53
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,7 @@ abstract class AbstractJsonSuiteSpec extends AbstractBorerSpec {
intKey = ListMap(1 -> "Int")
)

verifyEncoding(map, """{"1":"Int"}""")

roundTrip("""{"1":"Int"}""", map)
}

"Whitespace" - {
Expand Down

0 comments on commit 8c78d53

Please sign in to comment.