Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[android] adjusted disabled LocationComponent pulsing circle instrume…
Browse files Browse the repository at this point in the history
…ntation test
  • Loading branch information
Langston Smith committed Aug 7, 2019
1 parent 1a885b1 commit b2b94f7
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -646,9 +646,6 @@ class LocationLayerControllerTest : EspressoTest() {
component.forceLocationUpdate(location)
TestingAsyncUtils.waitForLayer(uiController, mapView)

component.applyStyle(LocationComponentOptions.builder(context)
.pulsingCircleEnabled(true).build())

assertThat(mapboxMap.isLayerVisible(PULSING_CIRCLE_LAYER), `is`(false))
}
}
Expand Down

0 comments on commit b2b94f7

Please sign in to comment.