Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5adbe12

Browse files
committedAug 28, 2019
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)
Please sign in to comment.