Skip to content

Commit

Permalink
Update location_test.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
charan-003 authored Nov 15, 2024
1 parent 441f1c5 commit 84009c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/modules/location_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ CountryAddressesInfo getAddresses(const Locale& locale)
return israelAddresses;
case Locale::es_MX:
return mexicoAddresses;
case Locale::Ar_PS;
case Locale::Ar_PS:
return palestineAddresses;
default:
return usaAddresses;
Expand Down

0 comments on commit 84009c9

Please sign in to comment.