Skip to content

Commit

Permalink
Fix flaky tests
Browse files Browse the repository at this point in the history
Rename Test Controller name to fix flaky test
  • Loading branch information
puneetbehl committed Nov 28, 2022
1 parent 3b0ec6e commit f6abdd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ class ControllerActionTransformerSpec extends Specification {
when:
def cls = gcl.parseClass('''
@grails.artefact.Artefact('Controller')
class TestMyCommandObjController {
class MyCommandObjTestController {
def action(MyCommand myCommand) {
}
Expand Down

0 comments on commit f6abdd3

Please sign in to comment.