Skip to content

Commit 738c5ca

Browse files
pradeebanCopilot
andauthored
Update tests/test_concore.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 33a603f commit 738c5ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_concore.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ def test_default_output_path(self):
7676
class TestPublicAPI:
7777

7878
def test_module_imports_successfully(self):
79-
import concore
80-
assert concore is not None
79+
from concore import safe_literal_eval
80+
assert safe_literal_eval is not None
8181

8282
def test_core_functions_exist(self):
8383
from concore import safe_literal_eval, tryparam, default_maxtime

0 commit comments

Comments
 (0)