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

Commit 63ca378c authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Makes Studio and Soong kotlin+mockito behavior the same" into main

parents 6cee1974 01886a5c
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)
    }