Skip to content

Commit

Permalink
ifd_builder_test.go: Fix example names
Browse files Browse the repository at this point in the history
  • Loading branch information
dsoprea committed Jun 7, 2020
1 parent 7edf52b commit f397287
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v2/ifd_builder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1473,7 +1473,7 @@ func TestIfdBuilder_SetStandardWithName_UpdateGps(t *testing.T) {
}
}

func ExampleIfdBuilder_SetStandardWithName_updateGps() {
func ExampleIfdBuilder_SetStandardWithName_UpdateGps() {
// Check initial value.

filepath := getTestGpsImageFilepath()
Expand Down Expand Up @@ -1551,7 +1551,7 @@ func ExampleIfdBuilder_SetStandardWithName_updateGps() {
// Degrees<O=[N] D=(11) M=(22) S=(33)>
}

func ExampleIfdBuilder_SetStandardWithName_timestamp() {
func ExampleIfdBuilder_SetStandardWithName_Timestamp() {
// Check initial value.

filepath := getTestGpsImageFilepath()
Expand Down

0 comments on commit f397287

Please sign in to comment.