Skip to content

Commit

Permalink
Update PersonTest.cpp
Browse files Browse the repository at this point in the history
spelling mistake corrected
  • Loading branch information
Duggi-Niharika-Sai-06 authored Dec 1, 2023
1 parent 49d02d8 commit b8de8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/person/PersonTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const std::map<Country, PeopleNames> countryToPeopleNamesMapping{
{Country::Czech, czechPeopleNames}, {Country::Slovakia, slovakPeopleNames},
{Country::Ukraine, ukrainianPeopleNames}, {Country::Denmark, danishPeopleNames},
{Country::Sweden, swedishPeopleNames}, {Country::Usa, usaPeopleNames},
{Country::Brazil, brazilianPeopleNames}, {Country::Bulgarian, bulgarianPeopleNames},
{Country::Brazil, brazilianPeopleNames}, {Country::Bulgaria, bulgarianPeopleNames},
{Country::Norway, norwegianPeopleNames},
{Country::Japan, japanesePeopleNames}, {Country::Portugal, portuguesePeopleNames},
{Country::Hungary, hungarianPeopleNames}, {Country::Croatia, croatianPeopleNames},
Expand Down

0 comments on commit b8de8e8

Please sign in to comment.