Skip to content

Commit 2921d6a

Browse files
committed
Fix SearchActivityTest
1 parent eb3f9ba commit 2921d6a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

integration-tests/src/main/java/com/github/mobile/tests/repo/RepositorySearchActivityTest.java integration-tests/src/main/java/com/github/mobile/tests/repo/SearchActivityTest.java

+6-6
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@
2020
import android.content.Intent;
2121

2222
import com.github.mobile.tests.ActivityTest;
23-
import com.github.mobile.ui.search.RepositorySearchActivity;
23+
import com.github.mobile.ui.search.SearchActivity;
2424

2525
/**
26-
* Tests of {@link RepositorySearchActivity}
26+
* Tests of {@link SearchActivity}
2727
*/
28-
public class RepositorySearchActivityTest extends
29-
ActivityTest<RepositorySearchActivity> {
28+
public class SearchActivityTest extends
29+
ActivityTest<SearchActivity> {
3030

3131
/**
3232
* Create test
3333
*/
34-
public RepositorySearchActivityTest() {
35-
super(RepositorySearchActivity.class);
34+
public SearchActivityTest() {
35+
super(SearchActivity.class);
3636
}
3737

3838
@Override

0 commit comments

Comments
 (0)