Skip to content

Commit

Permalink
Update src/modules/location/LocationTest.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
joshhn authored Jan 12, 2024
1 parent 02d970d commit d0136bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/location/LocationTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ TEST_P(LocationTest, shouldGenerateSecondaryAddress)
if (checkIfAllCharactersAreNumeric(generatedSecondaryAddressPrefix))
{
return generatedSecondaryAddressNumber == secondaryAddressNumber &&
generatedSecondaryAddress.size() == secondaryAddressFormat.size();
generatedSecondaryAddress.size() == secondaryAddressFormat.size();
}
}

Expand Down

0 comments on commit d0136bd

Please sign in to comment.