Skip to content

Commit

Permalink
Geocode: Improve test function name.
Browse files Browse the repository at this point in the history
  • Loading branch information
geofurlong committed Apr 13, 2024
1 parent 730945f commit 1bbbd37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/geocode/geocode_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/paulmach/orb/encoding/wkt"
)

func TestCalibrationSegment(t *testing.T) {
func TestFindCalibrationSegment(t *testing.T) {
cases := []struct {
data []CalibrationSegment
tyTarget int
Expand Down

0 comments on commit 1bbbd37

Please sign in to comment.