Skip to content

Commit

Permalink
style: fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
wzieba committed Feb 21, 2024
1 parent 8586e0f commit 305cf90
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import org.jetbrains.kotlin.utils.addToStdlib.cast
import org.junit.Test

class RemoteConfigProcessorTest {

@Test
fun `given a class with features annotation, when compiling, generate expected configuration check`() {
// when
Expand Down Expand Up @@ -55,7 +54,7 @@ class RemoteConfigProcessorTest {
}

@Test
fun `given class with feature and class with experiment annotation, when compiling, generate expected config defaults class`() {
fun `given class with feature and experiment annotation, when compiling, generate config defaults class`() {
// given
val experiment = SourceFile.kotlin(
"Experiment.kt", """
Expand Down Expand Up @@ -149,5 +148,4 @@ class RemoteConfigProcessorTest {
class FeatureA(appConfig: AppConfig, val remoteField: String ="foo")
"""
)

}

0 comments on commit 305cf90

Please sign in to comment.