diff options
-rw-r--r-- | nws/nws_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nws/nws_test.go b/nws/nws_test.go index e86e250..27f56e4 100644 --- a/nws/nws_test.go +++ b/nws/nws_test.go @@ -10,6 +10,7 @@ func TestPoints(t *testing.T) { np, err := Points(41.115, -83.177) if err != nil { t.Errorf("points: %v", err) + return } if np.Properties.Forecast != "https://api.weather.gov/gridpoints/CLE/33,42/forecast" { t.Errorf("points: forcecast link: '%v'", np.Properties.Forecast) |