device/raspistill/imp_testing.go: correct test image path

This commit is contained in:
Saxon Nelson-Milton 2021-02-02 12:18:09 +10:30
parent 2905990cc6
commit d096434e1e
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ const (
// TODO(Saxon): find nImages programmatically ?
nImages = 6
imgPath = "../../test/test-data/av/input/jpeg/"
imgPath = "../../../test/test-data/av/input/jpeg/"
jpgExt = ".jpg"
)