Browse Source

DATAMONGO-2661 - Polishing.

Add ticket reference.

Original pull request: #894.
pull/3541/head
Mark Paluch 5 years ago
parent
commit
885bf0eae9
No known key found for this signature in database
GPG Key ID: 4406B84C1661DCD1
  1. 2
      spring-data-mongodb/src/test/kotlin/org/springframework/data/mongodb/core/query/KPropertyPathTests.kt

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

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

Loading…
Cancel
Save