diff --git a/tests/test_utils.py b/tests/test_utils.py index 2b95a97..88ff72c 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -1,6 +1,6 @@ # test_utils.py import pytest -from prompt_systematic_review.utils import add, subtract +from prompt_systematic_review.utils import * def test_assert(): assert True \ No newline at end of file