Skip to content

Commit

Permalink
Update GrailsApplicationSpec.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Sep 26, 2023
1 parent 9723f1a commit 5f28054
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class GrailsApplicationSpec extends BeanContextSpec implements CommandOutputFixt
output.containsKey("grails-app/init/example/grails/BootStrap.groovy")

where:
applicationType << ApplicationType.values()
applicationType << ApplicationType.values().toList()

}
}

0 comments on commit 5f28054

Please sign in to comment.