Skip to content

Commit

Permalink
Update location_test.cpp
Browse files Browse the repository at this point in the history
add portugal data to switch case
  • Loading branch information
tskxz committed Oct 23, 2024
1 parent b0e3c67 commit 3b912f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/modules/location_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ CountryAddressesInfo getAddresses(const Locale& locale)
return unitedkingdomAddresses;
case Locale::sk_SK:
return slovakiaAddresses;
case Locale::pt_PT:
return portugalAddresses;
default:
return usaAddresses;
}
Expand Down

0 comments on commit 3b912f5

Please sign in to comment.