Skip to content

Commit 33b3dc1

Browse files
committed
test #13945 - add Validateable to consistently cause test to fail prior to code fix
1 parent ceffee6 commit 33b3dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-test-suite-web/src/test/groovy/org/grails/web/commandobjects/CommandObjectsSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ class TestController {
403403
}
404404

405405

406-
class ParentCommand {
406+
class ParentCommand implements Validateable {
407407
int testId
408408
}
409409

0 commit comments

Comments
 (0)