fix: Increase ACTOR_ENUM_MAX_LENGTH from 200 to 2000 to ensure that geocode are not removed #775
Annotations
4 errors
Code checks
Process completed with exit code 1.
|
tests/unit/tools.utils.test.ts > shortenEnum > shorten enum list:
tests/unit/tools.utils.test.ts#L901
AssertionError: expected 30 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 30
❯ tests/unit/tools.utils.test.ts:901:44
|
tests/unit/tools.utils.test.ts > shortenProperties > should shorten items.enum values if they exceed the limit:
tests/unit/tools.utils.test.ts#L408
AssertionError: expected 50 to be less than 50
❯ tests/unit/tools.utils.test.ts:408:52
|
tests/unit/tools.utils.test.ts > shortenProperties > should shorten enum values if they exceed the limit:
tests/unit/tools.utils.test.ts#L374
AssertionError: expected 50 to be less than 30
❯ tests/unit/tools.utils.test.ts:374:46
|