From 7e7e32ade6b86dd6bd742937f6b72f895ffed152 Mon Sep 17 00:00:00 2001 From: Ace Date: Thu, 8 Feb 2024 13:22:43 +0100 Subject: [PATCH] fix test --- tests/test_inkycal_image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_inkycal_image.py b/tests/test_inkycal_image.py index fa5289b..4c1b24c 100755 --- a/tests/test_inkycal_image.py +++ b/tests/test_inkycal_image.py @@ -14,7 +14,7 @@ from tests import Config preview = Inkyimage.preview merge = Inkyimage.merge -url ="https://raw.githubusercontent.com/aceinnolab/Inkycal/assets/tests/mark-harpur-unsplash.jpg" +url ="https://github.com/aceinnolab/Inkycal/blob/assets/tests/Inkycal_cover.png" im = Image.open(requests.get(url, stream=True).raw) im.save("test.png", "PNG")