mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 17:44:20 -08:00
passing tests
This commit is contained in:
parent
e5b84dc28d
commit
c9632571f3
1 changed files with 1 additions and 6 deletions
|
@ -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}")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue