Skip to content

Commit

Permalink
Removed unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
navarhontes committed Aug 14, 2023
1 parent c50448a commit 87cb670
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,11 @@ public class MatchListInteractorUnitTest {
private static final MatchListDsResponseModel DISPLAY_NAME_2 = new MatchListDsResponseModel(USER_ID_2, USER_DISPLAY_NAME_2);

private static class MockMatchListDsGateway implements MatchListDsGateway {
/** Mock implementation of MatchListDsGateway for testing purposes **/
final boolean isLiked;
final ArrayList<String> matchList;
final ArrayList<String> likeList;
final MatchListDsResponseModel displayName;
public MockMatchListDsGateway(boolean isLiked, ArrayList<String> matchList,
ArrayList<String> likeList, MatchListDsResponseModel displayName) {
this.isLiked = isLiked;
this.matchList = matchList;
this.likeList = likeList;
this.displayName = displayName;
Expand Down

0 comments on commit 87cb670

Please sign in to comment.