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

Commit f4eadc5c authored by Philip P. Moltmann's avatar Philip P. Moltmann
Browse files

We only have one mock service.

Fixes: 28024464
Change-Id: I1392704c4fdb9e7c3a4b1540131af8a14359c8f4
parent 34efee8e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -515,7 +515,7 @@ public class IPrintManagerParametersTest extends BasePrintTest {
    public void testGetPrintServices() throws Exception {
        List<PrintServiceInfo> printServices = mIPrintManager.getPrintServices(
                PrintManager.ALL_SERVICES, mUserId);
        assertTrue(printServices.size() >= 2);
        assertTrue(printServices.size() >= 1);

        printServices = mIPrintManager.getPrintServices(0, mUserId);
        assertEquals(printServices, null);