DATAMONGO-2661 - Polishing.
Add ticket reference. Original pull request: #894.
This commit is contained in:
@@ -20,6 +20,7 @@ import org.junit.Test
|
||||
|
||||
/**
|
||||
* @author Tjeu Kayim
|
||||
* @author Yoann de Martino
|
||||
*/
|
||||
class KPropertyPathTests {
|
||||
|
||||
@@ -60,7 +61,7 @@ class KPropertyPathTests {
|
||||
assertThat(property).isEqualTo("entity.book.author.name")
|
||||
}
|
||||
|
||||
@Test
|
||||
@Test // DATAMONGO-2661
|
||||
fun `Convert nullable KProperty to field name`() {
|
||||
class Cat(val name: String)
|
||||
class Owner(val cat: Cat?)
|
||||
|
||||
Reference in New Issue
Block a user