From 232bd38074ece8d0ce749afacd4fffeecccf4b24 Mon Sep 17 00:00:00 2001 From: Matthew Defenderfer <mdefende@uab.edu> Date: Sat, 5 Oct 2024 15:24:34 -0500 Subject: [PATCH] change module name --- tests/test_hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_hello.py b/tests/test_hello.py index d78b64c..252565f 100644 --- a/tests/test_hello.py +++ b/tests/test_hello.py @@ -1,5 +1,5 @@ import unittest -from mod.hello import hello +from pak.hello import hello class TestMyModule(unittest.TestCase): def test_hello(self): -- GitLab