Loading cardinal-android/app/src/test/java/earth/maps/cardinal/data/PlaceIdGeneratorTest.kt +2 −1 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ import io.mockk.every import io.mockk.mockk import org.junit.Assert.assertEquals import org.junit.Assert.assertNotEquals import org.junit.Assert.assertTrue import org.junit.Test import java.util.Locale Loading Loading @@ -111,7 +112,7 @@ class PlaceIdGeneratorTest { // Verify it only contains hex characters val hexRegex = Regex("^[0-9a-fA-F]+$") assert(id.matches(hexRegex)) { "ID should be a valid hexadecimal string" } assertTrue(id.matches(hexRegex)) } @Test Loading Loading
cardinal-android/app/src/test/java/earth/maps/cardinal/data/PlaceIdGeneratorTest.kt +2 −1 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ import io.mockk.every import io.mockk.mockk import org.junit.Assert.assertEquals import org.junit.Assert.assertNotEquals import org.junit.Assert.assertTrue import org.junit.Test import java.util.Locale Loading Loading @@ -111,7 +112,7 @@ class PlaceIdGeneratorTest { // Verify it only contains hex characters val hexRegex = Regex("^[0-9a-fA-F]+$") assert(id.matches(hexRegex)) { "ID should be a valid hexadecimal string" } assertTrue(id.matches(hexRegex)) } @Test Loading