assertEqual can be used instead of assertListEqual

Other parts of the code uses assertEqual(). assertEqual() is able
to handle dict, list, set and so on. So we just call assertEqual()
to make the entire code simpler.

Change-Id: If72bb0fa05d2636046f6156cdebd38a63c2b88f3
1 file changed