
assertIsInstance can provide useful message when test fails, this patch replaces assertTrue(isinstance(x, y)) with assertIsInstance(x, y). Change-Id: I1a36b4f343c881b6690389753270d35599b758ab Closes-Bug: #1268480
assertIsInstance can provide useful message when test fails, this patch replaces assertTrue(isinstance(x, y)) with assertIsInstance(x, y). Change-Id: I1a36b4f343c881b6690389753270d35599b758ab Closes-Bug: #1268480