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

Commit 44da68ab authored by Beatrice Marchegiani's avatar Beatrice Marchegiani Committed by Android (Google) Code Review
Browse files

Merge "Don't hardcode user id in TarBackupReaderTest." into main

parents 68da9a90 4b420756
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -105,7 +105,7 @@ public class TarBackupReaderTest {
        MockitoAnnotations.initMocks(this);

        mContext = new TestableContext(ApplicationProvider.getApplicationContext());
        mUserId = UserHandle.USER_SYSTEM;
        mUserId = UserHandle.myUserId();
    }

    @Test