Skip to content

Commit

Permalink
Update GrailsUtilTests.java
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Mar 26, 2015
1 parent 3e7fc2e commit db90b75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
public class GrailsUtilTests extends TestCase {

public void testGrailsVersion() {
assertEquals("3.0.0.RC3", GrailsUtil.getGrailsVersion());
assertEquals("3.0.0.BUILD-SNAPSHOT", GrailsUtil.getGrailsVersion());
}

@Override
Expand Down

0 comments on commit db90b75

Please sign in to comment.