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 9872f8c commit ac3c578Copy full SHA for ac3c578
spring-data-mongodb/src/test/kotlin/org/springframework/data/mongodb/core/query/KPropertyPathTests.kt
@@ -20,6 +20,7 @@ import org.junit.Test
20
21
/**
22
* @author Tjeu Kayim
23
+ * @author Yoann de Martino
24
*/
25
class KPropertyPathTests {
26
@@ -60,7 +61,7 @@ class KPropertyPathTests {
60
61
assertThat(property).isEqualTo("entity.book.author.name")
62
}
63
- @Test
64
+ @Test // DATAMONGO-2661
65
fun `Convert nullable KProperty to field name`() {
66
class Cat(val name: String)
67
class Owner(val cat: Cat?)
0 commit comments