Skip to content

Commit 8532c6f

Browse files
committed
test: Update tests
1 parent 07582e2 commit 8532c6f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/unit/services/test_economy_service.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -595,10 +595,7 @@ def test__given_us_state__returns_correct_sim_options(self):
595595
)
596596
assert sim_options["time_period"] == time_period
597597
assert sim_options["region"] == "state/ca"
598-
assert (
599-
sim_options["data"]
600-
== "gs://policyengine-us-data/pooled_3_year_cps_2023.h5"
601-
)
598+
assert sim_options["data"] is None
602599

603600
def test__given_enhanced_cps_state__returns_correct_sim_options(self):
604601
# Test with enhanced_cps dataset

0 commit comments

Comments
 (0)