Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
test(ui): add diamond shape operator to remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jpollak committed Dec 7, 2017
1 parent e8307be commit 67f1aea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class MainActivityUITest {
public TestRule timeout = TimeoutUtils.getTimeoutRule();

@Rule
public ActivityTestRule<MainActivity> mActivityRule = new ActivityTestRule(MainActivity.class);
public ActivityTestRule<MainActivity> mActivityRule = new ActivityTestRule<>(MainActivity.class);

@BeforeClass
public static void beforeAll() {
Expand Down

0 comments on commit 67f1aea

Please sign in to comment.