fixed test

This commit is contained in:
Annika Hannig 2022-02-28 14:20:48 +00:00
parent 4115e37f60
commit 19582a6287
No known key found for this signature in database
GPG Key ID: 62E226E47DDCE58D

View File

@ -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)
}