Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
hactar committed May 14, 2024
1 parent 6653538 commit 8c67dc6
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ final class MapViewCoordinatorCameraTests: XCTestCase {
verify(maplibreMapView)
.minimumPitch(newValue: .value(0))
.setterCalled(count: 2)

verify(maplibreMapView)
.maximumPitch(newValue: .value(0))
.setterCalled(count: 1)
Expand Down Expand Up @@ -81,11 +81,11 @@ final class MapViewCoordinatorCameraTests: XCTestCase {
verify(maplibreMapView)
.minimumPitch(newValue: .value(0))
.setterCalled(count: 2)

verify(maplibreMapView)
.maximumPitch(newValue: .value(0))
.setterCalled(count: 1)

verify(maplibreMapView)
.maximumPitch(newValue: .value(60))
.setterCalled(count: 1)
Expand Down Expand Up @@ -116,11 +116,11 @@ final class MapViewCoordinatorCameraTests: XCTestCase {
verify(maplibreMapView)
.minimumPitch(newValue: .value(0))
.setterCalled(count: 2)

verify(maplibreMapView)
.maximumPitch(newValue: .value(0))
.setterCalled(count: 1)

verify(maplibreMapView)
.maximumPitch(newValue: .value(60))
.setterCalled(count: 1)
Expand Down Expand Up @@ -151,11 +151,11 @@ final class MapViewCoordinatorCameraTests: XCTestCase {
verify(maplibreMapView)
.minimumPitch(newValue: .value(0))
.setterCalled(count: 2)

verify(maplibreMapView)
.maximumPitch(newValue: .value(0))
.setterCalled(count: 1)

verify(maplibreMapView)
.maximumPitch(newValue: .value(60))
.setterCalled(count: 1)
Expand Down Expand Up @@ -186,11 +186,11 @@ final class MapViewCoordinatorCameraTests: XCTestCase {
verify(maplibreMapView)
.minimumPitch(newValue: .value(0))
.setterCalled(count: 2)

verify(maplibreMapView)
.maximumPitch(newValue: .value(0))
.setterCalled(count: 1)

verify(maplibreMapView)
.maximumPitch(newValue: .value(60))
.setterCalled(count: 1)
Expand Down

0 comments on commit 8c67dc6

Please sign in to comment.