mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-31 23:03:54 +01:00
Corrected sign error typo in LatLngTest.kt
This commit is contained in:
parent
06f27ef80e
commit
469a147f32
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ class LatLngTest {
|
||||||
@Test
|
@Test
|
||||||
fun testConstructorBigLongitude() {
|
fun testConstructorBigLongitude() {
|
||||||
latLng1 = LatLng(0.0, 181.0, 0.0f)
|
latLng1 = LatLng(0.0, 181.0, 0.0f)
|
||||||
assertThat(latLng1.longitude, equalTo(179.0))
|
assertThat(latLng1.longitude, equalTo(-179.0))
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue