Skip to content

Commit a33d454

Browse files
committed
bad test
1 parent ca5d536 commit a33d454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py_app/test_uppercase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from uppercase import to_uppercase
33

44
def test_to_uppercase():
5-
assert to_uppercase("hello") == "HELLO"
5+
assert to_uppercase("hello") == "HELLOoo"
66
assert to_uppercase("world") == "WORLD"
77
assert to_uppercase("Python") == "PYTHON"
88
assert to_uppercase("123abc") == "123ABC"

0 commit comments

Comments
 (0)