We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d414df8 commit aa474dcCopy full SHA for aa474dc
grails-test-suite-uber/src/test/groovy/grails/test/mixin/SetupTeardownInvokeTests.groovy
@@ -21,7 +21,7 @@ import org.junit.Before
21
22
/**
23
*/
24
-@TestFor(FirstController)
+@TestFor(SetupTeardownController)
25
class SetupTeardownInvokeTests {
26
27
void setUp() {
@@ -42,7 +42,7 @@ class SetupTeardownInvokeTests {
42
assert controller.counter == 1
43
}
44
45
-class FirstController {
+class SetupTeardownController {
46
String value
47
static int counter = 0
48
0 commit comments