We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fddb6c9 commit 8686e98Copy full SHA for 8686e98
tests/scripts/end_to_end_test_tracer_replay.py
@@ -11,7 +11,7 @@ def run_test(expected_improvement_pct: int) -> bool:
11
expected_unit_tests=1,
12
coverage_expectations=[
13
# CoverageExpectation(function_name="funcA", expected_coverage=100.0, expected_lines=[2, 3, 4, 6, 9]),
14
- CoverageExpectation(function_name="FuncA", expected_coverage=100.0, expected_lines=[4, 5, 6, 8, 11]),
+ CoverageExpectation(function_name="funcA", expected_coverage=100.0, expected_lines=[4, 5, 6, 8, 11]),
15
],
16
)
17
cwd = (
0 commit comments