Fixed the assert equal control

This commit is contained in:
Onur Atakan ULUSOY 2022-05-11 17:05:39 +00:00
parent 6455dd6382
commit 4cc2fd8782

View File

@ -348,6 +348,6 @@ class deepface_unit_tests(unittest.TestCase):
print("--------------------------")
self.assertEqual(accuracy >= min_score, False, "A problem on the deepface installation.")
self.assertEqual(accuracy >= min_score, True, "A problem on the deepface installation.")
unittest.main(exit=False)