Skip to content

Commit aa474dc

Browse files
rename test controller as it conflicts with another test controller
1 parent d414df8 commit aa474dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

grails-test-suite-uber/src/test/groovy/grails/test/mixin/SetupTeardownInvokeTests.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import org.junit.Before
2121

2222
/**
2323
*/
24-
@TestFor(FirstController)
24+
@TestFor(SetupTeardownController)
2525
class SetupTeardownInvokeTests {
2626

2727
void setUp() {
@@ -42,7 +42,7 @@ class SetupTeardownInvokeTests {
4242
assert controller.counter == 1
4343
}
4444
}
45-
class FirstController {
45+
class SetupTeardownController {
4646
String value
4747
static int counter = 0
4848
}

0 commit comments

Comments
 (0)