Skip to content

Commit 36d4385

Browse files
author
Sysoev, Vladimir
committed
Probably fix test_pygats
Signed-off-by: Sysoev, Vladimir <i@vsysoev.ru>
1 parent c0bbdd2 commit 36d4385

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_pygats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def test_random_string(string_length, character_set, expectation):
9898
def test_locate_on_screen(img_path, expectation, ctx_formatter, gen_photo):
9999
"""Test locate_on_screen"""
100100
ctx = ctx_formatter
101-
gen_photo
101+
gen_photo()
102102
with expectation:
103103
print("Проверяем изображение:", img_path)
104104
if not os.path.exists(img_path):

0 commit comments

Comments
 (0)