mirror of
https://github.com/bspeice/UNCCGameDay-Test
synced 2025-07-04 15:27:21 -04: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() {
|
public void testFetchLots() {
|
||||||
RegistrationClient rc = new RegistrationClient(this.mContext);
|
RegistrationClient rc = new RegistrationClient(this.mContext);
|
||||||
List<ParkingLot> lots = rc.listLots();
|
List<ParkingLot> lots = rc.listLots();
|
||||||
assertFalse((lots.size() == 0));
|
assertTrue((lots.size() > 0));
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user