Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
n-h-diaz committed Nov 16, 2023
1 parent 247b451 commit b489145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/us_hud/income/process_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def test_process(self, mock_df):
mock_df.return_value = pd.DataFrame(
pd.read_csv(os.path.join(TEST_DIR, 'test_input_2006.csv')))
matches = {'dcs:geoId/02110': 'dcs:geoId/0236400'}
process.process(2006, matches, 'testdata')
process.process(2006, matches, TEST_DIR)
with open(os.path.join(TEST_DIR, 'output_2006.csv')) as result:
with open(os.path.join(TEST_DIR,
'expected_output_2006.csv')) as expected:
Expand Down

0 comments on commit b489145

Please sign in to comment.