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

Commit 29941808 authored by Diksha Gohlyan's avatar Diksha Gohlyan
Browse files

Deflake DeleteJobTest

Test: atest DocumentsUIGoogleTests:com.android.documentsui.services.DeleteJobTest

Bug: 157096837

Change-Id: Iec394be2021110aac4fcf5665b5a89d5ea8dc126
parent 055f833e
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();
    }