Spaces:
Runtime error
Runtime error
Successful test!
Browse files- test/test_hello.py +1 -1
test/test_hello.py
CHANGED
|
@@ -6,7 +6,7 @@ class TestHello(unittest.TestCase):
|
|
| 6 |
|
| 7 |
|
| 8 |
def hello():
|
| 9 |
-
return "Hello, World
|
| 10 |
|
| 11 |
if __name__ == "__main__":
|
| 12 |
unittest.main()
|
|
|
|
| 6 |
|
| 7 |
|
| 8 |
def hello():
|
| 9 |
+
return "Hello, World!"
|
| 10 |
|
| 11 |
if __name__ == "__main__":
|
| 12 |
unittest.main()
|