Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Commit 0a07417

Browse files
committed
Fix path in test
1 parent f204d88 commit 0a07417

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/functional/eyes_images/test_functional.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,8 @@ def test_check_image_fluent_cut_provider(eyes):
5656
eyes.is_debug_screenshot_provided = True
5757
eyes.open("images", "TestCheckImage_Fluent_CutProvider")
5858
eyes.cut_provider = UnscaledFixedCutProvider(200, 100, 100, 50)
59-
eyes.check("TestCheckImage_Fluent", Target.image("resources/minions-800x500.jpg"))
59+
eyes.check(
60+
"TestCheckImage_Fluent",
61+
Target.image(path.join(here, "resources/minions-800x500.jpg")),
62+
)
6063
eyes.close()

0 commit comments

Comments
 (0)