mirror of
				https://github.com/bspeice/UNCCGameDay-Test
				synced 2025-11-03 18:00:44 -05:00 
			
		
		
		
	Slight logic modification to the listLots() unit test
This commit is contained in:
		@ -36,7 +36,7 @@ public class RESTTest extends AndroidTestCase {
 | 
			
		||||
	public void testFetchLots() {
 | 
			
		||||
		RegistrationClient rc = new RegistrationClient(this.mContext);
 | 
			
		||||
		List<ParkingLot> lots = rc.listLots();
 | 
			
		||||
		assertFalse((lots.size() == 0));
 | 
			
		||||
		assertTrue((lots.size() > 0));
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user