Skip to content

Commit 49c1525

Browse files
committed
code style fix
1 parent a55d5fa commit 49c1525

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

gradle-plugin-utils/src/test/kotlin/build/extensions/oss/gradle/pluginutils/StringCaseUtilsTest.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import org.junit.jupiter.api.Test
77
import org.junit.jupiter.params.ParameterizedTest
88
import org.junit.jupiter.params.provider.ValueSource
99

10-
class StringCaseUtilsTest2 {
10+
class StringCaseUtilsTest {
1111
@Test
1212
fun `single word`() {
1313
val words = "word".splitIntoWords().toList()
@@ -35,5 +35,3 @@ class StringCaseUtilsTest2 {
3535
assertThat(words).isEqualTo(expectedWords)
3636
}
3737
}
38-
39-

0 commit comments

Comments
 (0)