Skip to content

Commit

Permalink
Grace: fixes tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Dec 12, 2023
1 parent be19f1a commit 84c316e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class IOUtilsSpec extends Specification{
void "Test findClassResource finds a class resource"() {
expect:
IOUtils.findClassResource(BuildSettings)
IOUtils.findClassResource(BuildSettings).path.contains('grails-bootstrap')
IOUtils.findClassResource(BuildSettings).path.contains('grace-bootstrap')
}

void "Test findJarResource finds a the JAR resource"() {
Expand Down

0 comments on commit 84c316e

Please sign in to comment.