Add LeaderboardFragment Unit Tests (#4635)

* Add LeaderboardFragment Unit Tests

* Add LeaderboardListAdapter Unit Tests
This commit is contained in:
Madhur Gupta 2021-09-20 12:31:54 +05:30 committed by GitHub
parent e212caf30e
commit 388e8286bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 305 additions and 1 deletions

View file

@ -20,7 +20,7 @@ import fr.free.nrw.commons.Utils;
*/
public class LeaderboardListAdapter extends PagedListAdapter<LeaderboardList, LeaderboardListAdapter.ListViewHolder> {
protected LeaderboardListAdapter() {
public LeaderboardListAdapter() {
super(LeaderboardList.DIFF_CALLBACK);
}