Skip to content

Commit

Permalink
try fix - make testContext public
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Nov 13, 2024
1 parent 499a6f4 commit 40b9df4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@

@RunWith(AndroidJUnit4.class)
public class PerformanceTest {

@Rule
Context testContext;
public Context testContext;
Context appContext;
AssetManager assetManager;
String testResourcesPath;
Expand Down

0 comments on commit 40b9df4

Please sign in to comment.