Skip to content

Commit cd75eeb

Browse files
authored
Merge pull request #2788 from wolfv/fix-string-test
fix string test
2 parents 0e2a5ba + 2c04a84 commit cd75eeb

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)