Merge "Use Class#getSimpleName instead of KClass#getSimpleName" am: aac3b2ead0
Change-Id: Ica9acc5b0df4a781a05ae49122978b8ce85b85d3
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user