Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dyashuni committed Aug 12, 2023
1 parent 4f7b192 commit ace1400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/bindings_test_getdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ def testGettingItems(self):

# After adding them, all labels should be retrievable
returned_items = p.get_items(labels)
self.assertSequenceEqual(data.tolist(), returned_items)
self.assertTrue((data == returned_items).all())

0 comments on commit ace1400

Please sign in to comment.