@@ -34,9 +34,9 @@ exports[`address > 42 > direction > with abbr = false 1`] = `"South"`;
34
34
35
35
exports [` address > 42 > direction > with abbr = true 1` ] = ` "S"` ;
36
36
37
- exports [` address > 42 > latitude > noArgs 1` ] = ` " -22.5828" ` ;
37
+ exports [` address > 42 > latitude > noArgs 1` ] = ` -22.5828` ;
38
38
39
- exports [` address > 42 > longitude > noArgs 1` ] = ` " -45.1656" ` ;
39
+ exports [` address > 42 > longitude > noArgs 1` ] = ` -45.1656` ;
40
40
41
41
exports [` address > 42 > nearbyGPSCoordinate > near origin 1` ] = `
42
42
[
@@ -122,9 +122,9 @@ exports[`address > 1211 > direction > with abbr = false 1`] = `"Southwest"`;
122
122
123
123
exports [` address > 1211 > direction > with abbr = true 1` ] = ` "SW"` ;
124
124
125
- exports [` address > 1211 > latitude > noArgs 1` ] = ` " 77.1337" ` ;
125
+ exports [` address > 1211 > latitude > noArgs 1` ] = ` 77.1337` ;
126
126
127
- exports [` address > 1211 > longitude > noArgs 1` ] = ` " 154.2673" ` ;
127
+ exports [` address > 1211 > longitude > noArgs 1` ] = ` 154.2673` ;
128
128
129
129
exports [` address > 1211 > nearbyGPSCoordinate > near origin 1` ] = `
130
130
[
@@ -210,9 +210,9 @@ exports[`address > 1337 > direction > with abbr = false 1`] = `"South"`;
210
210
211
211
exports [` address > 1337 > direction > with abbr = true 1` ] = ` "S"` ;
212
212
213
- exports [` address > 1337 > latitude > noArgs 1` ] = ` " -42.8356" ` ;
213
+ exports [` address > 1337 > latitude > noArgs 1` ] = ` -42.8356` ;
214
214
215
- exports [` address > 1337 > longitude > noArgs 1` ] = ` " -85.6711" ` ;
215
+ exports [` address > 1337 > longitude > noArgs 1` ] = ` -85.6711` ;
216
216
217
217
exports [` address > 1337 > nearbyGPSCoordinate > near origin 1` ] = `
218
218
[
0 commit comments