Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(ident): revise test functions and add mock identifier
Refactor the `ident` package test code to utilize a mock identifier implementation, which simplifies the testing of generation, validation, and size determination of identifiers. Removed redundant logging statements from the test functions and updated the tests to reflect the new mock-based approach. BREAKING CHANGE: Test functions now rely on a mock identifier that expects specific behavior. This may affect the way tests are set up and executed,requiring updates to the test suite to accommodate the changes.
- Loading branch information