Skip to content

Commit 305cf90

Browse files
committed
style: fix checkstyle
1 parent 8586e0f commit 305cf90

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

libs/processors/src/test/kotlin/org/wordpress/android/processor/RemoteConfigProcessorTest.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import org.jetbrains.kotlin.utils.addToStdlib.cast
77
import org.junit.Test
88

99
class RemoteConfigProcessorTest {
10-
1110
@Test
1211
fun `given a class with features annotation, when compiling, generate expected configuration check`() {
1312
// when
@@ -55,7 +54,7 @@ class RemoteConfigProcessorTest {
5554
}
5655

5756
@Test
58-
fun `given class with feature and class with experiment annotation, when compiling, generate expected config defaults class`() {
57+
fun `given class with feature and experiment annotation, when compiling, generate config defaults class`() {
5958
// given
6059
val experiment = SourceFile.kotlin(
6160
"Experiment.kt", """
@@ -149,5 +148,4 @@ class RemoteConfigProcessorTest {
149148
class FeatureA(appConfig: AppConfig, val remoteField: String ="foo")
150149
"""
151150
)
152-
153151
}

0 commit comments

Comments
 (0)