Skip to content

Commit ac3c578

Browse files
committed
DATAMONGO-2661 - Polishing.
Add ticket reference. Original pull request: #894.
1 parent 9872f8c commit ac3c578

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-data-mongodb/src/test/kotlin/org/springframework/data/mongodb/core/query/KPropertyPathTests.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import org.junit.Test
2020

2121
/**
2222
* @author Tjeu Kayim
23+
* @author Yoann de Martino
2324
*/
2425
class KPropertyPathTests {
2526

@@ -60,7 +61,7 @@ class KPropertyPathTests {
6061
assertThat(property).isEqualTo("entity.book.author.name")
6162
}
6263

63-
@Test
64+
@Test // DATAMONGO-2661
6465
fun `Convert nullable KProperty to field name`() {
6566
class Cat(val name: String)
6667
class Owner(val cat: Cat?)

0 commit comments

Comments
 (0)