From d2ef3cced8796e6436d64460f938edacd589d0cf Mon Sep 17 00:00:00 2001 From: tarasrumezhak <44346144+tarasrumezhak@users.noreply.github.com> Date: Mon, 7 Sep 2020 23:07:14 +0300 Subject: [PATCH] Update hello_test.py --- hello_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!"