Skip to content

Commit 2c97b92

Browse files
committed
formatting
1 parent 02f96e7 commit 2c97b92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codeflash/result/critic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def quantity_of_tests_critic(candidate_result: OptimizedCandidateResult | Origin
106106
if pass_count >= MIN_TESTCASE_PASSED_THRESHOLD:
107107
return True
108108
# If one or more tests passed, check if least one of them was a successful REPLAY_TEST
109-
return bool(pass_count >= 1 and report[models.TestType.REPLAY_TEST]["passed"] >= 1) # type: ignore # noqa: PGH003
109+
return bool(pass_count >= 1 and report[models.TestType.REPLAY_TEST]["passed"] >= 1) # type: ignore # noqa: PGH003
110110

111111

112112
def coverage_critic(original_code_coverage: CoverageData | None, test_framework: str) -> bool:

codeflash/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# These version placeholders will be replaced by uv-dynamic-versioning during build.
2-
__version__ = "0.16.7.post46.dev0+444ff121"
2+
__version__ = "0.16.7.post77.dev0+02f96e77"

0 commit comments

Comments
 (0)