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

Commit c05a7a04 authored by Philip P. Moltmann's avatar Philip P. Moltmann Committed by Android (Google) Code Review
Browse files

Merge "We only have one mock service." into nyc-dev

parents 6c773c5d f4eadc5c
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);