From d0136bd7fd966f7fe8f2e3d6cc3d577a547a8c3d Mon Sep 17 00:00:00 2001 From: Duy Huynh Date: Thu, 11 Jan 2024 23:29:31 -0600 Subject: [PATCH] Update src/modules/location/LocationTest.cpp --- src/modules/location/LocationTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/location/LocationTest.cpp b/src/modules/location/LocationTest.cpp index 2d1b0b3f2..77120d61e 100644 --- a/src/modules/location/LocationTest.cpp +++ b/src/modules/location/LocationTest.cpp @@ -198,7 +198,7 @@ TEST_P(LocationTest, shouldGenerateSecondaryAddress) if (checkIfAllCharactersAreNumeric(generatedSecondaryAddressPrefix)) { return generatedSecondaryAddressNumber == secondaryAddressNumber && - generatedSecondaryAddress.size() == secondaryAddressFormat.size(); + generatedSecondaryAddress.size() == secondaryAddressFormat.size(); } }