Skip to content

Commit dd06a91

Browse files
committed
cleaning more stuff
1 parent 073651f commit dd06a91

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

doctor_visits/tests/test_process_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def test_write_to_csv(self):
5454
for f in files:
5555
filename = f.name
5656
actual = pd.read_csv(f)
57-
comparison = pd.read_csv(f"{self.compare_path}/write_csv/{filename}")
57+
comparison = pd.read_csv(f"{self.compare_path}/process_data/{filename}")
5858
pd.testing.assert_frame_equal(actual, comparison)
5959
os.remove(f)
6060

0 commit comments

Comments
 (0)