We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d46f20 commit 9ca6a11Copy full SHA for 9ca6a11
hello_test.py
@@ -1,4 +1,4 @@
1
import hello;
2
3
def test_hello():
4
- assert hello.hello_world() == "Hello!"
+ assert hello.hello_world() == "Hello World!"
0 commit comments