summaryrefslogtreecommitdiffstats
path: root/nws/nws_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'nws/nws_test.go')
-rw-r--r--nws/nws_test.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/nws/nws_test.go b/nws/nws_test.go
index a92ed7e..21127e0 100644
--- a/nws/nws_test.go
+++ b/nws/nws_test.go
@@ -242,3 +242,11 @@ func TestNWSGetWrapper(t *testing.T) {
return
}
}
+
+func TestAlerts(t *testing.T) {
+ _, err := GetAlerts(33.2938, -83.9674)
+ if err != nil {
+ t.Errorf("alerts: %v", err)
+ return
+ }
+}