Summary
Handle validation is tested at the maximum and empty-string boundaries, but not at the minimum valid length. A regression test at the minimum valid length confirms the validation accepts the shortest allowed handle without error.
Scope
- add a regression test that registers a creator with a handle of exactly the minimum valid length
- assert the registration succeeds
- add a case with a handle one character below the minimum and assert it is rejected
Acceptance Criteria
- a handle at the minimum valid length registers successfully
- a handle one character below the minimum is rejected with the correct error
- the minimum length value is referenced from the defined constant
Contributor coordination: if you pick this up, reach out in Telegram for updates or clarification: https://t.me/accesslayerorg
Summary
Handle validation is tested at the maximum and empty-string boundaries, but not at the minimum valid length. A regression test at the minimum valid length confirms the validation accepts the shortest allowed handle without error.
Scope
Acceptance Criteria
Contributor coordination: if you pick this up, reach out in Telegram for updates or clarification: https://t.me/accesslayerorg