golifehk/datasources/kmb/routestops_test.go

13 lines
153 B
Go
Raw Permalink Normal View History

2022-09-16 20:33:47 +00:00
package kmb
import (
"testing"
)
func TestRouteStops(t *testing.T) {
2022-09-25 10:48:22 +00:00
_, err := getRouteStops()
2022-09-16 20:33:47 +00:00
if err != nil {
t.Error( err )
}
}