fix tests

This commit is contained in:
Ace
2024-02-10 22:43:57 +01:00
parent d927b8ebf6
commit a7f3622e52
7 changed files with 11 additions and 13 deletions

View File

@@ -14,7 +14,7 @@ from tests import Config
preview = Inkyimage.preview
merge = Inkyimage.merge
url ="https://github.com/aceinnolab/Inkycal/blob/assets/tests/Inkycal_cover.png"
url ="https://raw.githubusercontent.com/aceinnolab/Inkycal/assets/tests/Inkycal_cover.png"
im = Image.open(requests.get(url, stream=True).raw)
im.save("test.png", "PNG")