Skip to content

Commit 54bc724

Browse files
committed
Improve unit tests
1 parent 5ac969d commit 54bc724

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

openmapview/src/test/kotlin/de/afarber/openmapview/BitmapDescriptorFactoryTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ class BitmapDescriptorFactoryTest {
5555
assertEquals(10, hues.size)
5656
}
5757

58-
5958
@Test
6059
fun testDefaultMarker_Red() {
6160
val descriptor = BitmapDescriptorFactory.defaultMarker()

openmapview/src/test/kotlin/de/afarber/openmapview/MapTypeTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ class MapTypeTest {
5151
assertEquals(15, values.size)
5252
}
5353

54-
5554
@Test
5655
fun testAllMapTypesHaveTileSource() {
5756
for (type in 0..14) {

0 commit comments

Comments
 (0)