diff --git a/system/mockutils/MockGenerator.cfc b/system/mockutils/MockGenerator.cfc index 1269934..5af0ba1 100644 --- a/system/mockutils/MockGenerator.cfc +++ b/system/mockutils/MockGenerator.cfc @@ -411,7 +411,7 @@ component accessors="true" { * @templatePath The template path to include */ private function $include( required string templatePath ){ - cfinclude( template="#arguments.templatePath#" ); + cfinclude( template = "#arguments.templatePath#" ); } }