Skip to content

Commit e45288d

Browse files
committed
rename to KPropertyUnitTest, rename package
1 parent 5966123 commit e45288d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core-kotlin-modules/core-kotlin-7/src/test/kotlin/com/baeldung/kproperty/KPropertyTest.kt renamed to core-kotlin-modules/core-kotlin-7/src/test/kotlin/com/baeldung/propertyname/PropertyNameUnitTest.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
package com.baeldung.kproperty
1+
package com.baeldung.propertyname
22

33
import org.junit.jupiter.api.Assertions
44
import org.junit.jupiter.api.Test
55

6-
class KPropertyTest {
6+
class PropertyNameUnitTest {
77

88
@Test
99
fun `can get property name of a class's property statically`() {

0 commit comments

Comments
 (0)