package kmb import ( "testing" ) func TestRouteStops(t *testing.T) { busStops, err := readBusStopsData() _, err = getRouteStops(busStops) if err != nil { t.Error(err) } }