fix jpg test path

This commit is contained in:
Ryan Oldenburg 2022-02-11 13:59:57 -06:00
parent b37939a717
commit 3373067226

View file

@ -2,5 +2,5 @@ when defined(pixieUseStb):
import pixie/fileformats/jpg
let
original = readFile("tests/images/jpg/jpeg420exif.jpg")
original = readFile("tests/fileformats/jpg/jpeg420exif.jpg")
stbDecoded = decodeJpg(original)