Skip to content

Commit

Permalink
[NOISSUE]
Browse files Browse the repository at this point in the history
test now checks that no exceptions were thrown
  • Loading branch information
jj committed Aug 29, 2018
1 parent 540a863 commit 1339ad5
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,8 @@ class EntityDescriptorTest extends Specification {
when:
((RefreshableMetadataResolver)metadataResolver).refresh()

then:
println("We didn't explode .. hopefully.")

then: 'no exceptions should be thrown'
noExceptionThrown()
}

@TestConfiguration
Expand Down

0 comments on commit 1339ad5

Please sign in to comment.