Skip to content

Commit

Permalink
Just testing codecov.io.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalwahla committed Aug 16, 2017
1 parent deec075 commit bfb2e25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/groovy/com/df/fhrs/service/FhrsServiceSpec.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ class FhrsServiceSpec extends Specification {
] as Establishments,
OK
)
thrown NoEstablishmentFoundException
NoEstablishmentFoundException noEstablishmentFoundException = thrown()
noEstablishmentFoundException.message.contains(unknownAuthorityId.toString())
}
}

0 comments on commit bfb2e25

Please sign in to comment.