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

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

Merge "Keep correct PluginInstance reference in test" into main

parents f44bdcbc abab9b13
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -143,6 +143,7 @@ class PluginInstanceTest : SysuiTestCase() {
                mPluginListener,
            )
            ?.let { errorInstance ->
                mPluginInstance = errorInstance
                assertRunnableLogsWtf { errorInstance.onCreate() }
                assertTrue(errorInstance.hasError)
                assertNull(errorInstance.plugin)