Skip to content

Commit

Permalink
cleanup test
Browse files Browse the repository at this point in the history
  • Loading branch information
jfbischoff committed Dec 21, 2023
1 parent ebbd890 commit 23d96b3
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,10 @@
*/
public class MinimalTransferTimesImplTest {

private Id<TransitStopFacility> stopId1 = Id.create(1, TransitStopFacility.class);
private Id<TransitStopFacility> stopId2 = Id.create(2, TransitStopFacility.class);
private Id<TransitStopFacility> stopId3 = Id.create(3, TransitStopFacility.class);
private Id<TransitStopFacility> stopId4 = Id.create(4, TransitStopFacility.class);
private Id<TransitStopFacility> stopId5 = Id.create(5, TransitStopFacility.class);
private final Id<TransitStopFacility> stopId1 = Id.create(1, TransitStopFacility.class);
private final Id<TransitStopFacility> stopId2 = Id.create(2, TransitStopFacility.class);
private final Id<TransitStopFacility> stopId3 = Id.create(3, TransitStopFacility.class);
private final Id<TransitStopFacility> stopId4 = Id.create(4, TransitStopFacility.class);

@Test
void testSetGet() {
Expand Down

0 comments on commit 23d96b3

Please sign in to comment.