Skip to content

Commit

Permalink
Adding some clarifying comments and function names to the mapquest_ge…
Browse files Browse the repository at this point in the history
…ocoder test
  • Loading branch information
kellydunn committed May 5, 2015
1 parent 8c13761 commit e823924
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mapquest_geocoder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ import (
"testing"
)

func TestMapQuestExtractLatLngFromRequest(t *testing.T) {
// Ensures that the Data Transfer Object used
// to get data from the Mapquest Geocoding API is well formed.
func TestMapQuestGeocodeFromRequest(t *testing.T) {
data, err := GetMockResponse("test/data/mapquest_geocode_success.json")
if err != nil {
t.Error("%v\n", err)
Expand Down

0 comments on commit e823924

Please sign in to comment.