Skip to content

Commit 043dd17

Browse files
Copilotzachowj
andcommitted
Fix test array duplication in habool tests
Co-authored-by: zachowj <37859597+zachowj@users.noreply.github.com>
1 parent 6d9e5c4 commit 043dd17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/common/services/ComparatorServices.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ describe('Comparator Service', function () {
725725

726726
it('should return true for all capitalized habool truthy values', async function () {
727727
const truthyValues = [
728-
'Y',
728+
'y',
729729
'Yes',
730730
'True',
731731
'On',

0 commit comments

Comments
 (0)