Skip to content

Commit 7e8414d

Browse files
committed
typo for ACF syntax
1 parent 24ef9e4 commit 7e8414d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/specs/ValidationManagerTest.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ component extends="coldbox.system.testing.BaseModelTest" model="cbvalidation.mod
6666
.$args( "customValidator" )
6767
.$results( true );
6868

69-
mockWireBox.$( "getBinder", mockBinder )
69+
mockWireBox.$( "getBinder", mockBinder );
7070
mockWireBox
7171
.$( "getInstance" )
7272
.$args( "customValidator" )

0 commit comments

Comments
 (0)