Skip to content

Commit 9ca6a11

Browse files
author
Nathaniel Woodthorpe
authored
Update hello_test.py
1 parent 6d46f20 commit 9ca6a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hello_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import hello;
22

33
def test_hello():
4-
assert hello.hello_world() == "Hello!"
4+
assert hello.hello_world() == "Hello World!"

0 commit comments

Comments
 (0)