Files
stackalytics/stackalytics
melissaml f3acbf3485 Modify use of assertTrue(A in B)
Developers should use assertIn(A, B) instead of assertTrue(A in B ).
Developers should use assertNotIn(A, B) instead of assertFalse(A in B ).

TrivialFix

Change-Id: Icecdace82ea6229af2bddfb65b33ecb9d8c05a3c
2016-10-08 11:47:41 +08:00
..
2016-10-08 11:47:41 +08:00