fixed test
This commit is contained in:
parent
4115e37f60
commit
19582a6287
@ -97,7 +97,7 @@ func Test_RoutesParsing(t *testing.T) {
|
||||
config := Config{Timezone: "UTC"} // Or ""
|
||||
bird, _ := parseTestResponse(APIResponseRoutes)
|
||||
|
||||
routes, err := parseRoutes(bird, config)
|
||||
routes, err := parseRoutes(bird, config, true)
|
||||
if err != nil {
|
||||
t.Error(err)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user