Skip to content

Commit

Permalink
Make tests passed
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Dec 3, 2023
1 parent bf1ad13 commit 448a648
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class GrailsUtilTests {

@Test
public void testGrailsVersion() {
assertEquals("5.1.7-SNAPSHOT", GrailsUtil.getGrailsVersion());
assertEquals("2020.0.1-SNAPSHOT", GrailsUtil.getGrailsVersion());
}

@AfterEach
Expand Down

0 comments on commit 448a648

Please sign in to comment.