Skip to content

Commit

Permalink
correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
miles-grant-ibigroup committed Mar 26, 2024
1 parent 1b4043f commit ac60485
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ void canAppendToStops() throws SQLException, IOException {
);
LOG.info("Checking assertions.");
assertEquals(
6, // Magic number should match row count in string produced by generateFeedInfo
6, // Magic number should match row count of stops.txt with one extra
targetVersion.feedLoadResult.stops.rowCount,
"stops.txt row count should equal input csv data # of rows + 1 extra row"
);
Expand Down

0 comments on commit ac60485

Please sign in to comment.