Skip to content

Commit 03cdb71

Browse files
committed
rename fun test
1 parent 61c2891 commit 03cdb71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-kotlin-modules/core-kotlin-lang-oop-3/src/test/kotlin/com/baeldung/implicitAndQualifiedthis/ImplicitAndQualifiedthisUnitTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import org.junit.jupiter.api.Test
77
class ImplicitAndQualifiedthisUnitTest {
88

99
@Test
10-
fun testInvokePrintLineWithThis() {
10+
fun `Qualified this and implicit this Test`() {
1111

1212
fun printLine() = "Top-level function"
1313

0 commit comments

Comments
 (0)