mirror of
				https://github.com/MinimalBible/MinimalBible-Legacy
				synced 2025-11-04 02:10:30 -05:00 
			
		
		
		
	See if I can't figure out why I'm getting a NPE on the setup method...
This commit is contained in:
		@ -44,7 +44,8 @@ public class DownloadActivityTest extends InstrumentationTestCase {
 | 
			
		||||
    public void setUp() {
 | 
			
		||||
        MinimalBible application = MinimalBible.getApplication();
 | 
			
		||||
        ObjectGraph graph = application.getObjGraph();
 | 
			
		||||
        graph.plus(DownloadActivityTestModule.class).inject(this);
 | 
			
		||||
        ObjectGraph plusGraph = graph.plus(DownloadActivityTestModule.class);
 | 
			
		||||
        plusGraph.inject(this);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public void testBasicAssertion() {
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user