Skip to content

fix: Increase ACTOR_ENUM_MAX_LENGTH from 200 to 2000 to ensure that geocode are not removed #775

fix: Increase ACTOR_ENUM_MAX_LENGTH from 200 to 2000 to ensure that geocode are not removed

fix: Increase ACTOR_ENUM_MAX_LENGTH from 200 to 2000 to ensure that geocode are not removed #775

Triggered via pull request September 25, 2025 09:19
Status Failure
Total duration 36s
Artifacts

check.yaml

on: pull_request
Code checks
33s
Code checks
Fit to window
Zoom out
Zoom in

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