ktlint: Format source directories other than main
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -5,13 +5,11 @@ import android.content.Context
|
||||
import androidx.test.runner.AndroidJUnitRunner
|
||||
import dagger.hilt.android.testing.HiltTestApplication
|
||||
|
||||
class HiltInstrumentationTestRunner: AndroidJUnitRunner() {
|
||||
class HiltInstrumentationTestRunner : AndroidJUnitRunner() {
|
||||
|
||||
override fun newApplication(
|
||||
cl: ClassLoader?,
|
||||
className: String?,
|
||||
context: Context?
|
||||
): Application {
|
||||
return super.newApplication(cl, HiltTestApplication::class.java.name, context)
|
||||
}
|
||||
): Application = super.newApplication(cl, HiltTestApplication::class.java.name, context)
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@ import com.aurora.store.IsolatedTest
|
||||
import com.aurora.store.R
|
||||
import org.junit.Test
|
||||
|
||||
class InfoTest: IsolatedTest() {
|
||||
class InfoTest : IsolatedTest() {
|
||||
|
||||
@Test
|
||||
fun testInfoWithoutClickHandling() {
|
||||
|
||||
@@ -24,7 +24,7 @@ class PermissionListItemTest : IsolatedTest() {
|
||||
get() = Permission(
|
||||
PermissionType.STORAGE_MANAGER,
|
||||
stringResource(R.string.onboarding_permission_esm),
|
||||
stringResource(R.string.onboarding_permission_esa_desc),
|
||||
stringResource(R.string.onboarding_permission_esa_desc)
|
||||
)
|
||||
|
||||
@Test
|
||||
|
||||
@@ -13,7 +13,7 @@ import androidx.compose.ui.test.onNodeWithTag
|
||||
import com.aurora.store.IsolatedTest
|
||||
import org.junit.Test
|
||||
|
||||
class AnimatedAppIconTest: IsolatedTest() {
|
||||
class AnimatedAppIconTest : IsolatedTest() {
|
||||
|
||||
@Test
|
||||
fun testAnimatedAppIconNoProgress() {
|
||||
|
||||
Reference in New Issue
Block a user