Skip to content

Commit e2a7542

Browse files
committed
Removed if condition.
1 parent 3c5bb1e commit e2a7542

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/utils_tests.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ def test_dunno_visible_text_length_is_zero(self):
3939
for text in CharacterScroller(self.cfg, **self.argv):
4040
self.assertEqual("", text)
4141
cnt += 1
42-
if cnt > 20:
43-
raise RuntimeError("exceeded")
4442
self.assertEqual(cnt, len(self.cfg["scrolltext.text 1"]["text"]) + 2)
4543

4644
def test_scroll_character_for_character(self):

0 commit comments

Comments
 (0)