From b24bea333496d52b45b85c4b6a25e8fa96fd0405 Mon Sep 17 00:00:00 2001 From: la3679 <143540361+la3679@users.noreply.github.com> Date: Tue, 26 Mar 2024 13:31:35 -0400 Subject: [PATCH] Update test_dbsetup.py --- PCP/server/tests/db/test_dbsetup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PCP/server/tests/db/test_dbsetup.py b/PCP/server/tests/db/test_dbsetup.py index 25caadd..1228ce2 100644 --- a/PCP/server/tests/db/test_dbsetup.py +++ b/PCP/server/tests/db/test_dbsetup.py @@ -1,6 +1,6 @@ import unittest -from utilities.swen_344_db_utils import exec_sql_file +from src.utilities.swen_344_db_utils import exec_sql_file class PCPSetupDB(unittest.TestCase): """