Skip to content

Commit 34bf07a

Browse files
committed
Renamed test 715
1 parent 5a94621 commit 34bf07a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/kotlin/g0701_0800/s0715_range_module/SolutionTest.kt renamed to src/test/kotlin/g0701_0800/s0715_range_module/RangeModuleTest.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 RangeModuleTest {
88
@Test
99
fun solutionTest() {
1010
val rangeModule = RangeModule()

0 commit comments

Comments
 (0)