Skip to content

Commit

Permalink
Update shared-libs/validation/test/validator_functions.js
Browse files Browse the repository at this point in the history
Co-authored-by: Diana Barsan <[email protected]>
  • Loading branch information
garethbowen and dianabarsan authored Nov 4, 2024
1 parent 8670121 commit 0475f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared-libs/validation/test/validator_functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ describe('validator functions', () => {
assert.isTrue(validatorFunctions.siequals(null, 'a', 'a'));
});

it('should return false for equal values difference case', () => {
it('should return true for equal values difference case', () => {
assert.isTrue(validatorFunctions.siequals(null, 'a', 'A'));
});

Expand Down

0 comments on commit 0475f21

Please sign in to comment.