Skip to content

Commit 2c04a84

Browse files
committed
fix string test
1 parent 0e2a5ba commit 2c04a84

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

integration_tests/test_string_01.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ def test_string():
44
assert ascii_lowercase == 'abcdefghijklmnopqrstuvwxyz'
55
assert ascii_letters == 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'
66

7-
print(ascii_lowercase)
7+
print(ascii_lowercase)
8+
9+
test_string()

0 commit comments

Comments
 (0)