Skip to content

Commit

Permalink
Update test_batch_analysis.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanharvey1 committed Sep 11, 2024
1 parent fd237ba commit 9ecad19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_batch_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,6 @@ def test_analysis(basepath):
if drive_letter:
expected_encoded_file = os.path.join(save_path, drive_letter + "---___test_data___test_data_1.pkl")
else:
expected_encoded_file = os.path.join(save_path, "test_data___test_data_1.pkl")
expected_encoded_file = os.path.join(save_path, "___test_data___test_data_1.pkl")

assert encoded_file == os.path.normpath(expected_encoded_file)

0 comments on commit 9ecad19

Please sign in to comment.