Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Remove expiry failure in tests
Browse files Browse the repository at this point in the history
Tests are failing due to a warning that the feed is expired. This extends the feed to 2025,
as a quick fix to the problem.
  • Loading branch information
askogvold committed May 5, 2016
1 parent 23e9537 commit b3acf18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/data/good_feed/calendar.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
service_id,monday,tuesday,wednesday,thursday,friday,saturday,sunday,start_date,end_date
FULLW,1,1,1,1,1,1,1,20070101,20151231
WE,0,0,0,0,0,1,1,20070101,20151231
FULLW,1,1,1,1,1,1,1,20070101,20251231
WE,0,0,0,0,0,1,1,20070101,20251231
4 changes: 2 additions & 2 deletions tests/data/googletransit/good_feed/calendar.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
service_id,monday,tuesday,wednesday,thursday,friday,saturday,sunday,start_date,end_date
FULLW,1,1,1,1,1,1,1,20070101,20151231
WE,0,0,0,0,0,1,1,20070101,20151231
FULLW,1,1,1,1,1,1,1,20070101,20251231
WE,0,0,0,0,0,1,1,20070101,20251231

0 comments on commit b3acf18

Please sign in to comment.