Skip to content

Commit

Permalink
test(writer): fix failure message in assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
landonreed committed Jan 4, 2019
1 parent 71b5536 commit 0311a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/conveyal/gtfs/GTFSTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ private void assertThatImportedGtfsMeetsExpectations(
Multimap<String, ValuePair> fieldsWithMismatches = ArrayListMultimap.create();
// Check that no validators failed during validation.
assertThat(
"No validators failed during GTFS import.",
"One or more validators failed during GTFS import.",
countValidationErrorsOfType(connection, namespace, NewGTFSErrorType.VALIDATOR_FAILED),
equalTo(0)
);
Expand Down

0 comments on commit 0311a68

Please sign in to comment.