Skip to content

Commit baec358

Browse files
tomaszrybakiewiczabhishek1508
authored andcommitted
PR nit
1 parent c52bfec commit baec358

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
package com.mapbox.navigation.qa_test_app.domain
22

33
const val CATEGORY_BUNDLE_KEY = "testActivitiesCategory"
4+
5+
const val CATEGORY_NONE = "none"
6+
const val CATEGORY_DROP_IN = "Drop-In UI"
7+
const val CATEGORY_COMPONENTS = "Component Installer"

qa-test-app/src/main/java/com/mapbox/navigation/qa_test_app/domain/TestActivitySuite.kt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ data class Destination(val name: String, val point: Point)
3939

4040
object TestActivitySuite {
4141

42-
const val CATEGORY_NONE = "none"
43-
const val CATEGORY_DROP_IN = "Drop-In UI"
44-
const val CATEGORY_COMPONENTS = "Component Installer"
45-
4642
private val testDestinations = listOf(
4743
Destination("Newmarket: A&B office", Point.fromLngLat(-79.4443, 44.0620)),
4844
Destination("Toronto: Lume Kitchen and Lounge", Point.fromLngLat(-79.4843, 43.6244))

0 commit comments

Comments
 (0)