Skip to content

Commit

Permalink
missing mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Dec 17, 2024
1 parent bbe1529 commit fc0497f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/specs/ioc/InjectorTest.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down

0 comments on commit fc0497f

Please sign in to comment.