diff --git a/tests/specs/ioc/InjectorTest.cfc b/tests/specs/ioc/InjectorTest.cfc index 9074773c6..51f0d2d1b 100755 --- a/tests/specs/ioc/InjectorTest.cfc +++ b/tests/specs/ioc/InjectorTest.cfc @@ -15,7 +15,7 @@ .$( "canDebug", false ) .$( "canError", true ) .$( "error" ); - util = createMock( "coldbox.system.core.util.Util" ) + util = createMock( "coldbox.system.core.util.Util" ) .$( "getInheritedMetaData" ) .$results( { path : "path.to.object" } ); injector.setUtility( util );