mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 18:14:19 -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__()
|
etl.__init__()
|
||||||
actual_file_path = etl._get_output_file_path()
|
actual_file_path = etl._get_output_file_path()
|
||||||
|
|
||||||
expected_file_path = (
|
expected_file_path = data_path / "dataset" / etl.NAME / "usa.csv"
|
||||||
data_path
|
|
||||||
/ "dataset"
|
|
||||||
/ f"{etl.NAME}_{etl.LAST_UPDATED_YEAR}"
|
|
||||||
/ "usa.csv"
|
|
||||||
)
|
|
||||||
|
|
||||||
logger.info(f"Expected: {expected_file_path}")
|
logger.info(f"Expected: {expected_file_path}")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue