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

Commit 791af708 authored by Chalard Jean's avatar Chalard Jean Committed by Automerger Merge Worker
Browse files

Merge "Use Class#getSimpleName instead of KClass#getSimpleName" into rvc-dev am: e833790a

Change-Id: I085ccc0a27d07489daeb91e13c23ccf58e3f7bc0
parents 0460d49b e833790a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -130,7 +130,7 @@ class TetheringNotificationUpdaterTest {
        context = TestContext(InstrumentationRegistry.getInstrumentation().context)
        doReturn(notificationManager).`when`(mockContext)
                .getSystemService(Context.NOTIFICATION_SERVICE)
        fakeTetheringThread = HandlerThread(this::class.simpleName)
        fakeTetheringThread = HandlerThread(this::class.java.simpleName)
        fakeTetheringThread.start()
        notificationUpdater = WrappedNotificationUpdater(context, fakeTetheringThread.looper)
        setupResources()