Merge "Use assertGreater(len(x), y) instead of assertTrue(len(x) > y)"
This commit is contained in:
commit
d66ea62522
@ -24,6 +24,6 @@ class TestDataSourcesBase(TestFunctionalBase):
|
||||
VProps.CATEGORY: EntityCategory.RESOURCE,
|
||||
VProps.TYPE: type_
|
||||
})
|
||||
self.assertTrue(len(entity_vertices) > 0)
|
||||
self.assertGreater(len(entity_vertices), 0)
|
||||
|
||||
return entity_vertices[0][VProps.ID]
|
||||
|
Loading…
x
Reference in New Issue
Block a user