Skip to content

Commit e527f2f

Browse files
authored
Improved task 355.
1 parent ca9258f commit e527f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/kotlin/g0301_0400/s0355_design_twitter/SolutionTest.kt renamed to src/test/kotlin/g0301_0400/s0355_design_twitter/TwitterTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import org.hamcrest.CoreMatchers.equalTo
44
import org.hamcrest.MatcherAssert.assertThat
55
import org.junit.jupiter.api.Test
66

7-
internal class SolutionTest {
7+
internal class TwitterTest {
88
@Test
99
fun twitter() {
1010
val twitter = Twitter()

0 commit comments

Comments
 (0)