Skip to content

Commit 8d68694

Browse files
committed
fix failing test
1 parent fd78e78 commit 8d68694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import org.junit.Test
88
*/
99

1010
@TestFor(Ship)
11-
@Mock(Pirate)
11+
@Mock([Ship, Pirate])
1212
class AddToAndServiceInjectionTests {
1313

1414
@Test

0 commit comments

Comments
 (0)