Skip to content

Commit

Permalink
tweaked test after last fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ifadams committed Aug 19, 2024
1 parent 1f8186b commit 374a3ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/python/TestDescriptors.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ def test_AddSetAndInsertBatch(self):
blobs.append(desc_blob)

response, img_array = db.query(trans, blobs)
print(response)
self.assertEqual(response[0]["AddDescriptor"]["status"], 0)

# now try to get those same descriptors back
Expand All @@ -313,7 +312,7 @@ def test_AddSetAndInsertBatch(self):
blobs = []
trans.append(query)
response, img_array = db.query(trans, blobs)
#print(response)
self.assertEqual(response[0]["FindDescriptor"]["returned"],10)

self.disconnect(db)

Expand Down

0 comments on commit 374a3ec

Please sign in to comment.