Replace assertGreaterEqual with assertNotEmpty

There are still two occurrences of using assertGreaterEqual
to check whether list is empty, this is to replace it
with assertNotEmpty for code clean.

Change-Id: I5bf02d96959561150cd80eb1c16a5e711dc86bd0
2 files changed