Skip to content

Commit 00b9ce9

Browse files
committed
oops on tests
1 parent 899e7b7 commit 00b9ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-harness/tests/specs/validators/RequiredUnlessValidatorTest.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ component
107107
javacast( "null", "" ),
108108
{ missing : javacast( "null", "" ) }
109109
)
110-
).toBeFalse();
110+
).toBeTrue();
111111

112112
expect(
113113
model.validate(

0 commit comments

Comments
 (0)