fix jpg test path
This commit is contained in:
parent
b37939a717
commit
3373067226
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue