Skip to content

Commit 2122f7a

Browse files
Update src/test/java/com/conveyal/datatools/manager/models/transform/RemoveNonRevenueTripsTransformationTest.java
Co-authored-by: Binh Dam <[email protected]>
1 parent da387e5 commit 2122f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/conveyal/datatools/manager/models/transform/RemoveNonRevenueTripsTransformationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ void testDirectNonRevenueTripRemovalTransformation() throws Exception {
161161
@Test
162162
void testDirectNonRevenueTripRemovalTransformationFail() throws Exception {
163163
// Feed is missing required pickup and drop off fields. This will stop the transformation, but should not flag
164-
// it has failed. Subsequent transformations and import can then still take place.
164+
// it as failed. Subsequent transformations and import can then still take place.
165165
File zip = zipFolderFiles("non-revenue-trips-fail");
166166
FeedTransformZipTarget zipTarget = new FeedTransformZipTarget(zip);
167167
MonitorableJob.Status status = new MonitorableJob.Status();

0 commit comments

Comments
 (0)