Added kmb and refactored query.Parse
This commit is contained in:
12
datasources/kmb/routestops_test.go
Normal file
12
datasources/kmb/routestops_test.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package kmb
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestRouteStops(t *testing.T) {
|
||||
_, err := getBusStops()
|
||||
if err != nil {
|
||||
t.Error( err )
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user