DATAMONGO-2661 - Polishing.

Add ticket reference.

Original pull request: #894.
This commit is contained in:
Mark Paluch
2020-11-26 11:44:58 +01:00
parent 2a8ffd53d8
commit 885bf0eae9

View File

@@ -93,7 +93,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?)