From 50944f387edbc95ffd94d90c17762559a349b5cb Mon Sep 17 00:00:00 2001 From: Aparna Radhakrishnan Date: Fri, 19 Jul 2024 15:41:54 -0400 Subject: [PATCH] Update test_import.py --- tests/test_import.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_import.py b/tests/test_import.py index 3084f0e..e5d5213 100644 --- a/tests/test_import.py +++ b/tests/test_import.py @@ -13,6 +13,7 @@ def check_import(): print("Unable to adjust sys.path") raise ImportError('Error importing intakebuilder and other packages') return -97 + return True def test_import(): assert check_import() == True