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

Commit 470bc58a authored by Yasin Kilicdere's avatar Yasin Kilicdere Committed by Android (Google) Code Review
Browse files

Merge "Make testRemoveUserByHandle_ThrowsException fail faster."

parents 771f8708 fb7d3be5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -302,7 +302,7 @@ public final class UserManagerTest {
    @MediumTest
    @Test
    public void testRemoveUserByHandle_ThrowsException() {
        assertThrows(IllegalArgumentException.class, () -> removeUser(null));
        assertThrows(IllegalArgumentException.class, () -> mUserManager.removeUser(null));
    }

    @MediumTest