We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24ef9e4 commit 7e8414dCopy full SHA for 7e8414d
tests/specs/ValidationManagerTest.cfc
@@ -66,7 +66,7 @@ component extends="coldbox.system.testing.BaseModelTest" model="cbvalidation.mod
66
.$args( "customValidator" )
67
.$results( true );
68
69
- mockWireBox.$( "getBinder", mockBinder )
+ mockWireBox.$( "getBinder", mockBinder );
70
mockWireBox
71
.$( "getInstance" )
72
0 commit comments