Skip to content

Commit 73c6b3a

Browse files
authored
Update test_hello.py
1 parent 445b04f commit 73c6b3a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_hello.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22

33
def test_say_hello():
44
assert hello.say_hello() == "Hello"
5+
6+
def test_new_hello():
7+
assert hello.new_hello() == "New Hello"

0 commit comments

Comments
 (0)