We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a94621 commit 34bf07aCopy full SHA for 34bf07a
src/test/kotlin/g0701_0800/s0715_range_module/SolutionTest.kt renamed to src/test/kotlin/g0701_0800/s0715_range_module/RangeModuleTest.kt
@@ -4,7 +4,7 @@ import org.hamcrest.CoreMatchers.equalTo
4
import org.hamcrest.MatcherAssert.assertThat
5
import org.junit.jupiter.api.Test
6
7
-internal class SolutionTest {
+internal class RangeModuleTest {
8
@Test
9
fun solutionTest() {
10
val rangeModule = RangeModule()
0 commit comments