From abc77bdb347ed5042de6d74771d52291fe5fef0a Mon Sep 17 00:00:00 2001 From: siddharth Date: Mon, 16 May 2022 21:49:50 -0400 Subject: nws: update TestPoints --- nws/nws_test.go | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3