Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Nov 12, 2024
1 parent 1287304 commit 61ca183
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ public class BikeAccessMapperTest {

private static final int BIKES_ALLOWED = 1;
private static final int BIKES_NOT_ALLOWED = 2;
private static final int TRIP_BIKES_NOT_ALLOWED = 1;

@Test
public void testTripProvidedValues() {
Expand Down

0 comments on commit 61ca183

Please sign in to comment.