We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 884d3bb commit 8919c4eCopy full SHA for 8919c4e
main/src/test/java/org/mobilitydata/gtfsvalidator/validator/NoticeFieldsTest.java
@@ -80,6 +80,7 @@ public void testNoticeClassFieldNames() {
80
"departureTime1",
81
"distanceKm",
82
"endFieldName",
83
+ "endPickupDropOffWindow",
84
"endValue",
85
"entityCount",
86
"entityId",
@@ -182,6 +183,7 @@ public void testNoticeClassFieldNames() {
182
183
"specifiedField",
184
"speedKph",
185
"startFieldName",
186
+ "startPickupDropOffWindow",
187
"startValue",
188
"stopCsvRowNumber",
189
"stopDesc",
0 commit comments