Skip to content

Commit

Permalink
adding more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
domix committed Jul 11, 2018
1 parent 98d4974 commit daec286
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/test/groovy/wonky/json/JacksonUtilSpec.groovy
Expand Up @@ -24,5 +24,9 @@ class JacksonUtilSpec extends Specification {
json = util.readValue("ssffs", "ss", Team)
then:
thrown RuntimeException
when:
util.toJson(new Object())
then:
thrown RuntimeException
}
}

0 comments on commit daec286

Please sign in to comment.