diff --git a/hello_test.py b/hello_test.py index 50e5608..1e6a9e6 100644 --- a/hello_test.py +++ b/hello_test.py @@ -1,4 +1,4 @@ -import hello; +import hello def test_hello(): assert hello.hello_world() == "Hello World!"