Skip to content

Commit

Permalink
Issue #74: Testing test_datasets.py, fix test file path.
Browse files Browse the repository at this point in the history
  • Loading branch information
bongjinkoo committed May 17, 2022
1 parent da55acb commit d3f3c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def setup():
@pytest.fixture(autouse=True, scope="session")
def set_file_path():
"""Create a temporary text file for upload."""
file_path = "/home/runner/work/ioSPI/ioSPI/tests/data/"
file_path = "./data/"
file_name = "test_upload.txt"
return file_path, file_name

Expand Down

0 comments on commit d3f3c29

Please sign in to comment.