You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue #23: Fixed Territory.fromString to make sure the parent territory is valid for
input like "CHE-GR". This returned "MX-GRO" instead of throwing UnknownTerritoryException.
Added unit test for this type of case.