From d096434e1e18f8a046bf4daca6d7099a34c6084f Mon Sep 17 00:00:00 2001 From: Saxon Nelson-Milton Date: Tue, 2 Feb 2021 12:18:09 +1030 Subject: [PATCH] device/raspistill/imp_testing.go: correct test image path --- device/raspistill/imp_testing.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device/raspistill/imp_testing.go b/device/raspistill/imp_testing.go index e8112526..94027e7b 100644 --- a/device/raspistill/imp_testing.go +++ b/device/raspistill/imp_testing.go @@ -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" )