We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e21620 commit 05f0c0eCopy full SHA for 05f0c0e
kotlin/services/location/src/test/java/LocationTest.kt
@@ -126,7 +126,7 @@ class LocationTest {
126
runCatching { deleteKey(keyName) }.onFailure { it.printStackTrace() },
127
runCatching { deleteGeofenceCollection(collectionName) }.onFailure { it.printStackTrace() },
128
runCatching { deleteTracker(trackerName) }.onFailure { it.printStackTrace() },
129
- runCatching { deleteRouteCalculator(calculatorName) }.onFailure { it.printStackTrace() }
+ runCatching { deleteRouteCalculator(calculatorName) }.onFailure { it.printStackTrace() },
130
)
131
132
// Ensure cleanup didn't fail completely
@@ -149,4 +149,4 @@ class LocationTest {
149
150
logger.info("🎉 Test 2 Passed Successfully!")
151
}
152
-}
+}
0 commit comments