mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-30 22:34:02 +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 | ||||
|     fun testConstructorBigLongitude() { | ||||
|         latLng1 = LatLng(0.0, 181.0, 0.0f) | ||||
|         assertThat(latLng1.longitude, equalTo(179.0)) | ||||
|         assertThat(latLng1.longitude, equalTo(-179.0)) | ||||
|     } | ||||
| 
 | ||||
|     @Test | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andrew Gardner
						Andrew Gardner