Fix GPS 2.0.0.0 test image name

for/master
Dustin Oprea 2020-05-06 01:47:03 -04:00
parent 357e25f102
commit 8da3881353
2 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 46 KiB

View File

@ -278,7 +278,7 @@ func TestIfd_GpsInfo__2_0_0_0(t *testing.T) {
}()
assetsPath := getTestAssetsPath()
filepath := path.Join(assetsPath, "gps-2200-scaled.jpg")
filepath := path.Join(assetsPath, "gps-2000-scaled.jpg")
rawExif, err := SearchFileAndExtractExif(filepath)
log.PanicIf(err)