mirror of https://github.com/dsoprea/go-exif.git
Fix GPS 2.0.0.0 test image name
parent
357e25f102
commit
8da3881353
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
|
@ -278,7 +278,7 @@ func TestIfd_GpsInfo__2_0_0_0(t *testing.T) {
|
||||||
}()
|
}()
|
||||||
|
|
||||||
assetsPath := getTestAssetsPath()
|
assetsPath := getTestAssetsPath()
|
||||||
filepath := path.Join(assetsPath, "gps-2200-scaled.jpg")
|
filepath := path.Join(assetsPath, "gps-2000-scaled.jpg")
|
||||||
|
|
||||||
rawExif, err := SearchFileAndExtractExif(filepath)
|
rawExif, err := SearchFileAndExtractExif(filepath)
|
||||||
log.PanicIf(err)
|
log.PanicIf(err)
|
||||||
|
|
Loading…
Reference in New Issue