Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
penguine-ip committed Aug 10, 2024
1 parent 08bfbaf commit 7234a05
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deepeval/test_run/test_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,7 @@ def calculate_test_passes_and_fails(self):
test_failed += 1

for test_case in self.conversational_test_cases:
# we don't count for conversational test cases success,
# because that would be double counting
# we don't count for conversational messages success
if test_case.success is not None:
if test_case.success:
test_passed += 1
Expand Down

0 comments on commit 7234a05

Please sign in to comment.