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

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

Deflake DeleteJobTest am: 29941808 am: 1bc8489d am: d2c5c723

Change-Id: Ifc139c85840f47a6e1a5ac124d2aacbff69a4b9a
parents 5cbd7ba9 d2c5c723
Loading
Loading
Loading
Loading
+3 −0
Original line number 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);

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

        initTestFiles();
    }