Skip to content

Commit 54d2d81

Browse files
authored
Update expected unit tests in end-to-end test
1 parent 6e2b0ad commit 54d2d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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=2,
10+
expected_unit_tests=1,
1111
min_improvement_x=0.1,
1212
coverage_expectations=[
1313
CoverageExpectation(

0 commit comments

Comments
 (0)