Skip to content

Commit

Permalink
test(writer): rename frequency trip crud test
Browse files Browse the repository at this point in the history
  • Loading branch information
landonreed committed Jan 4, 2019
1 parent 0fcf662 commit 37fb468
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ public void cannotCreateFrequencyForTimetablePattern() throws InvalidNamespaceEx
* which is a prerequisite for creating a frequency trip with stop times.
*/
@Test
public void canCreateFrequencyForFrequencyPattern() throws IOException, SQLException, InvalidNamespaceException {
public void canCreateUpdateAndDeleteFrequencyTripForFrequencyPattern() throws IOException, SQLException, InvalidNamespaceException {
// Store Table and Class values for use in test.
final Table tripsTable = Table.TRIPS;
int startTime = 6 * 60 * 60;
Expand Down

0 comments on commit 37fb468

Please sign in to comment.