Skip to content

Commit

Permalink
Add support for Jsoniter Scala stephennancekivell#87
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
baldram committed Aug 23, 2020
1 parent 4143c71 commit 4548366
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class ExampleSpec extends AnyFunSpec with Matchers with JsonMatchers {

implicit val codec: JsonValueCodec[Data] = JsonCodecMaker.make

// Please unignore test to see it in action
// Please un-ignore test to see it in action
ignore("Jsoniter Scala JsonMatchers usage") {

it("should pass matching json with different spacing and order") {
Expand Down

0 comments on commit 4548366

Please sign in to comment.