mirror of
https://github.com/bspeice/UNCCGameDay-Test
synced 2024-11-13 19:48:21 -05:00
Slight logic modification to the listLots() unit test
This commit is contained in:
parent
bb7f511649
commit
34284409ed
@ -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));
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user