Skip to content

Commit d01aa9b

Browse files
authored
Update test/helpers/lookupUtils.test.js
1 parent 6adbe0e commit d01aa9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helpers/lookupUtils.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ describe('lookupUtils', () => {
2626
});
2727

2828
test('# of keys should stay the same', () => {
29-
expect(Object.keys(lowercaseLookup).length).toEqual(Object.values(exampleLookup).length);
29+
expect(Object.keys(lowercaseLookup).length).toEqual(Object.keys(exampleLookup).length);
3030
});
3131
});
3232

0 commit comments

Comments
 (0)