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

Commit ec79dc8a authored by Ben Lin's avatar Ben Lin
Browse files

Update WorkProfilePolicyTest for Desktop Mode.

Bug: 395319787
Change-Id: I78fa6e8362ea8e54e6b45967b40846e082b4401e
Test: atest
Flag: EXEMPT bugfix
parent 502c8a76
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -80,6 +80,8 @@ class WorkProfilePolicyTest {
        // Set desktop mode supported
        whenever(mContext.resources).thenReturn(mResources)
        whenever(mResources.getBoolean(R.bool.config_isDesktopModeSupported)).thenReturn(true)
        whenever(mResources.getBoolean(R.bool.config_canInternalDisplayHostDesktops))
            .thenReturn(true)

        policy = WorkProfilePolicy(kosmos.profileTypeRepository, mContext)
    }