Skip to content

Commit

Permalink
Merge pull request #1 from hexlet-basics/improve-test
Browse files Browse the repository at this point in the history
Update test_code.py
  • Loading branch information
Malcom1986 authored Nov 7, 2023
2 parents 96a11a7 + 115b611 commit 3d0fceb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/50-loops/30-syntactic-sugar/test_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ def test1():
assert index.filter_string(text, 'w') == 'If I look back I am lost'
assert index.filter_string(text, 'I') == 'f look back am lost'
assert index.filter_string('zz zorro', 'z') == ' orro'
assert index.filter_string(text, 'i') == text

0 comments on commit 3d0fceb

Please sign in to comment.