Skip to content

Commit fc0497f

Browse files
committed
missing mocks
1 parent bbe1529 commit fc0497f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/specs/ioc/InjectorTest.cfc

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
.$( "canDebug", false )
1616
.$( "canError", true )
1717
.$( "error" );
18-
util = createMock( "coldbox.system.core.util.Util" )
18+
util = createMock( "coldbox.system.core.util.Util" )
1919
.$( "getInheritedMetaData" )
2020
.$results( { path : "path.to.object" } );
2121
injector.setUtility( util );

0 commit comments

Comments
 (0)