commit | 05d94f6f786b81ec294ba9785a0cec35432a4e33 | [log] [tgz] |
---|---|---|
author | Vu Cong Tuan <tuanvc@vn.fujitsu.com> | Mon Jun 12 15:48:27 2017 +0700 |
committer | Vu Cong Tuan <tuanvc@vn.fujitsu.com> | Wed Jun 14 14:28:26 2017 +0700 |
tree | 1e101e6bc3f2ee64a56bbabb93881ecf6e6d88fa | |
parent | b8c05eb9560b38dbb5d1f28c1f480f36f92b2b91 [diff] |
Replace assertEqual([], items) with assertEmpty(items) Since assertEmpty() function has already been implemented in tempest, let's use this function instead of generic assertEqual() function. This change makes the code and the error messages to be more readable. Therefore it improves maintainability a little bit. TrivialFix Change-Id: I3d671436e9ea2f7cbdda6d3dbf5c8a3f9d7625d4