Skip to content

Commit 5adbe12

Browse files
committed
chore: fix lint error
1 parent e52ef9b commit 5adbe12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core_tests/unit/utils/image_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def test_04_get_text(self):
4949
assert 'taps left' in text
5050
assert 'Tap the button' in text
5151
assert 'TAP' in text
52-
52+
5353
# OCR on Hello-World app
5454
text = ImageUtils.get_text(self.app_image_ios)
5555
assert 'My App' in text

0 commit comments

Comments
 (0)