test(registration): KycPersonalData + KycAddress (+11 tests)#356
Merged
Conversation
Stage 32 of the coverage push.
- KycAddress (5): toJson nests country as {id: int}; omits
houseNumber when null; fromJson reads country as a nested map AND
as a bare int (defensive 'is Map' branch); houseNumber optional
- KycPersonalData (4): toJson serialises personal + nested address,
excludes optional org fields when absent, includes them when set;
fromJson round-trips both personal and organization shapes
- KycAccountType.fromString (2): resolves three known wire values
(Personal / Organization / SoleProprietorship); throws on unknown
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Stage 32 of the coverage push. Registration DTOs that round-trip through the KYC backend.
What's pinned
Test plan