We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a890e32 commit 85f96feCopy full SHA for 85f96fe
1 file changed
.github/workflows/ci.yml
@@ -27,4 +27,5 @@ jobs:
27
print(f"{lg.string = }")
28
print(f"{lg.string.lower = }")
29
print(f"{lg.string.lower('Hello world!') = }")
30
- assert lg.string.lower('Hello world!') == 'Hello world!'
+ assert lg.string.lower('Hello world!') != 'Hello world!'
31
+ assert lg.string.lower('Hello world!') == 'hello world!'
0 commit comments