Added basic i18n
This commit is contained in:
@@ -5,8 +5,9 @@ import (
|
||||
)
|
||||
|
||||
func TestRouteStops(t *testing.T) {
|
||||
_, err := getRouteStops()
|
||||
if err != nil {
|
||||
t.Error( err )
|
||||
}
|
||||
busStops, err := readBusStopsData()
|
||||
_, err = getRouteStops(busStops)
|
||||
if err != nil {
|
||||
t.Error(err)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user