diff --git a/tests/unit_tests.py b/tests/unit_tests.py index 49e1c16..09d7501 100644 --- a/tests/unit_tests.py +++ b/tests/unit_tests.py @@ -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) \ No newline at end of file