We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3c3ab8 commit c88f81bCopy full SHA for c88f81b
tests/unit/test_batch.py
@@ -50,7 +50,7 @@ def test_list_to_batch_request(self):
50
51
batch_item = batch_request.BatchItemRequest[0]
52
self.assertTrue(batch_item.bId)
53
- self.assertLess(len(batch_item.bId), 50)
+ self.assertTrue(len(batch_item.bId) < 50)
54
self.assertEquals(batch_item.operation, "create")
55
self.assertEquals(batch_item.get_object(), self.object1)
56
0 commit comments