We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca5d536 commit a33d454Copy full SHA for a33d454
py_app/test_uppercase.py
@@ -2,7 +2,7 @@
2
from uppercase import to_uppercase
3
4
def test_to_uppercase():
5
- assert to_uppercase("hello") == "HELLO"
+ assert to_uppercase("hello") == "HELLOoo"
6
assert to_uppercase("world") == "WORLD"
7
assert to_uppercase("Python") == "PYTHON"
8
assert to_uppercase("123abc") == "123ABC"
0 commit comments