From d3f3c29ae4527d6b2d52abf67cde032b8cc6666f Mon Sep 17 00:00:00 2001 From: Bongjin Koo Date: Tue, 17 May 2022 12:02:55 -0700 Subject: [PATCH] Issue #74: Testing test_datasets.py, fix test file path. --- tests/test_datasets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_datasets.py b/tests/test_datasets.py index 615262b..41e51d8 100644 --- a/tests/test_datasets.py +++ b/tests/test_datasets.py @@ -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