Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Nov 14, 2024
1 parent b371a3d commit ce19ca0
Showing 1 changed file with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,12 @@
import static org.junit.Assert.*;


public class TestContextImplementation implements TestRule {
@Override
public Statement apply(Statement base, Description description) {
return base;
}
}

@RunWith(AndroidJUnit4.class)
public class CobraTest {

public Context testContext;

@Rule
public TestRule testContext = new TestContextImplementation();
Context appContext;
AssetManager assetManager;
String testResourcesPath;
Expand Down

0 comments on commit ce19ca0

Please sign in to comment.