Skip to content

Add regression test for creator registration with minimum valid handle length #367

@Chucks1093

Description

@Chucks1093

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

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave program

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions