Skip to content

Commit

Permalink
remove cout
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-bodhi committed Mar 9, 2024
1 parent e1f6a0e commit ed68242
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/modules/location/LocationTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,6 @@ TEST_P(LocationTest, shouldGenerateState)

const auto generatedState = Location::state(country);

for (const auto& i : countryAddresses.states)
{
std::cout << i << std::endl;
}
ASSERT_TRUE(std::ranges::any_of(countryAddresses.states,
[&generatedState](const std::string& state) { return state == generatedState; }));
}
Expand Down

0 comments on commit ed68242

Please sign in to comment.