Skip to content

Commit

Permalink
Merge pull request #2788 from wolfv/fix-string-test
Browse files Browse the repository at this point in the history
fix string test
  • Loading branch information
namannimmo10 authored Jul 25, 2024
2 parents 0e2a5ba + 2c04a84 commit cd75eeb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion integration_tests/test_string_01.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ def test_string():
assert ascii_lowercase == 'abcdefghijklmnopqrstuvwxyz'
assert ascii_letters == 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'

print(ascii_lowercase)
print(ascii_lowercase)

test_string()

0 comments on commit cd75eeb

Please sign in to comment.