From da55acb2e05ec5678f5a3e47524558b4276419c0 Mon Sep 17 00:00:00 2001 From: Bongjin Koo Date: Tue, 17 May 2022 11:50:22 -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 8f90f9f..615262b 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 = "/home/runner/work/ioSPI/ioSPI/tests/data/" file_name = "test_upload.txt" return file_path, file_name