Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e374c004 authored by Diksha Gohlyan's avatar Diksha Gohlyan Committed by Automerger Merge Worker
Browse files

Deflake DeleteJobTest am: 29941808

Change-Id: I48ecbd6fe225a628e3d62a9bb94e91645b6a26e4
parents b0b12492 29941808
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -76,6 +76,9 @@ public abstract class AbstractJobTest<T extends Job> extends AndroidTestCase {


        mDocs = new DocumentsProviderHelper(mUserId, AUTHORITY, mContext, AUTHORITY);
        mDocs = new DocumentsProviderHelper(mUserId, AUTHORITY, mContext, AUTHORITY);


        // Reset storage before starting the tests.
        resetStorage();

        initTestFiles();
        initTestFiles();
    }
    }