passing tests

This commit is contained in:
Jorge Escobar 2022-06-27 13:46:09 -04:00
parent e5b84dc28d
commit c9632571f3

View file

@ -150,12 +150,7 @@ class TestETL:
etl.__init__()
actual_file_path = etl._get_output_file_path()
expected_file_path = (
data_path
/ "dataset"
/ f"{etl.NAME}_{etl.LAST_UPDATED_YEAR}"
/ "usa.csv"
)
expected_file_path = data_path / "dataset" / etl.NAME / "usa.csv"
logger.info(f"Expected: {expected_file_path}")