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

Commit 01886a5c authored by Chris Poultney's avatar Chris Poultney
Browse files

Makes Studio and Soong kotlin+mockito behavior the same

Bug: b/307745237
Test: all deviceless tests pass in Studio and Soong
Flag: NONE
Change-Id: Id20cd262f613778cb688e525e35dbde9873110c1
parent 1643e94c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ class ColorCustomizationManagerTest {

    @Before
    fun setUp() {
        MockitoAnnotations.openMocks(this)
        MockitoAnnotations.initMocks(this)
        val application = ApplicationProvider.getApplicationContext<Context>()
        manager = ColorCustomizationManager(provider, application.contentResolver, mockOM)
    }