Skip to content

Commit 67431ff

Browse files
committed
fix expectation
1 parent ecf875d commit 67431ff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/scripts/end_to_end_test_futurehouse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
def run_test(expected_improvement_pct: int) -> bool:
88
config = TestConfig(
99
file_path="src/aviary/common_tags.py",
10-
expected_unit_tests=0, # todo: fix bug https://linear.app/codeflash-ai/issue/CF-921/test-discovery-does-not-work-properly-for-e2e-futurehouse-example for context
10+
expected_unit_tests=2,
1111
min_improvement_x=0.05,
1212
coverage_expectations=[
1313
CoverageExpectation(

tests/scripts/end_to_end_test_utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def build_command(
129129

130130
if config.function_name:
131131
base_command.extend(["--function", config.function_name])
132-
base_command.extend(["--tests-root", str(test_root), "--module-root", str(cwd)])
132+
base_command.extend(["--tests-root", str(test_root)])
133133
if benchmarks_root:
134134
base_command.extend(["--benchmark", "--benchmarks-root", str(benchmarks_root)])
135135
if config.use_worktree:

0 commit comments

Comments
 (0)