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

Commit 33dd7fe5 authored by Steven Ng's avatar Steven Ng
Browse files

Fix WallpaperManagerServiceTests multi-display tests

Test: atests FrameworksMockingServicesTests:WallpaperManagerServiceTests
Flag: EXEMPTED: tests only change
Bug: 397611386
Change-Id: I318c0279a0e1804af663a2226b1fbdd7212bafd3
parent cc83e680
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -258,6 +258,8 @@ public class WallpaperManagerServiceTests {
        spyOn(mIpm);
        spyOn(mResources);
        doReturn(true).when(mResources).getBoolean(eq(R.bool.config_isDesktopModeSupported));
        doReturn(true).when(mResources).getBoolean(
                eq(R.bool.config_canInternalDisplayHostDesktops));
        mService = new TestWallpaperManagerService(sContext);
        spyOn(mService);
        mService.systemReady();