golifehk/datasources/kmb/routestops_test.go

13 lines
151 B
Go
Raw Normal View History

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