mirror of
https://github.com/dsoprea/go-exif.git
synced 2025-05-31 11:41:57 +00:00
ifd_builder_test.go: Fix name of example
This commit is contained in:
parent
bbd4b5fb6f
commit
b6593b4cec
@ -1385,7 +1385,7 @@ func TestIfdBuilder_NewIfdBuilderFromExistingChain(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
func TestIfdBuilder_NewIfdBuilderFromExistingChain_updateGps(t *testing.T) {
|
||||
func TestIfdBuilder_SetStandardWithName_UpdateGps(t *testing.T) {
|
||||
defer func() {
|
||||
if state := recover(); state != nil {
|
||||
err := log.Wrap(state.(error))
|
||||
@ -1471,7 +1471,7 @@ func TestIfdBuilder_NewIfdBuilderFromExistingChain_updateGps(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
func ExampleIfdBuilder_NewIfdBuilderFromExistingChain_updateGps() {
|
||||
func ExampleIfdBuilder_SetStandardWithName_updateGps() {
|
||||
// Check initial value.
|
||||
|
||||
filepath := getTestGpsImageFilepath()
|
||||
|
Loading…
x
Reference in New Issue
Block a user