File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Tests/MapLibreSwiftUITests/MapViewCoordinator Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ final class MapViewCoordinatorCameraTests: XCTestCase {
45
45
verify ( maplibreMapView)
46
46
. minimumPitch ( newValue: . value( 0 ) )
47
47
. setterCalled ( count: 2 )
48
-
48
+
49
49
verify ( maplibreMapView)
50
50
. maximumPitch ( newValue: . value( 0 ) )
51
51
. setterCalled ( count: 1 )
@@ -81,11 +81,11 @@ final class MapViewCoordinatorCameraTests: XCTestCase {
81
81
verify ( maplibreMapView)
82
82
. minimumPitch ( newValue: . value( 0 ) )
83
83
. setterCalled ( count: 2 )
84
-
84
+
85
85
verify ( maplibreMapView)
86
86
. maximumPitch ( newValue: . value( 0 ) )
87
87
. setterCalled ( count: 1 )
88
-
88
+
89
89
verify ( maplibreMapView)
90
90
. maximumPitch ( newValue: . value( 60 ) )
91
91
. setterCalled ( count: 1 )
@@ -116,11 +116,11 @@ final class MapViewCoordinatorCameraTests: XCTestCase {
116
116
verify ( maplibreMapView)
117
117
. minimumPitch ( newValue: . value( 0 ) )
118
118
. setterCalled ( count: 2 )
119
-
119
+
120
120
verify ( maplibreMapView)
121
121
. maximumPitch ( newValue: . value( 0 ) )
122
122
. setterCalled ( count: 1 )
123
-
123
+
124
124
verify ( maplibreMapView)
125
125
. maximumPitch ( newValue: . value( 60 ) )
126
126
. setterCalled ( count: 1 )
@@ -151,11 +151,11 @@ final class MapViewCoordinatorCameraTests: XCTestCase {
151
151
verify ( maplibreMapView)
152
152
. minimumPitch ( newValue: . value( 0 ) )
153
153
. setterCalled ( count: 2 )
154
-
154
+
155
155
verify ( maplibreMapView)
156
156
. maximumPitch ( newValue: . value( 0 ) )
157
157
. setterCalled ( count: 1 )
158
-
158
+
159
159
verify ( maplibreMapView)
160
160
. maximumPitch ( newValue: . value( 60 ) )
161
161
. setterCalled ( count: 1 )
@@ -186,11 +186,11 @@ final class MapViewCoordinatorCameraTests: XCTestCase {
186
186
verify ( maplibreMapView)
187
187
. minimumPitch ( newValue: . value( 0 ) )
188
188
. setterCalled ( count: 2 )
189
-
189
+
190
190
verify ( maplibreMapView)
191
191
. maximumPitch ( newValue: . value( 0 ) )
192
192
. setterCalled ( count: 1 )
193
-
193
+
194
194
verify ( maplibreMapView)
195
195
. maximumPitch ( newValue: . value( 60 ) )
196
196
. setterCalled ( count: 1 )
You can’t perform that action at this time.
0 commit comments