diff --git a/spring-data-mongodb/src/test/kotlin/org/springframework/data/mongodb/core/query/KPropertyPathTests.kt b/spring-data-mongodb/src/test/kotlin/org/springframework/data/mongodb/core/query/KPropertyPathTests.kt index 48e75febb..9f2ee0f99 100644 --- a/spring-data-mongodb/src/test/kotlin/org/springframework/data/mongodb/core/query/KPropertyPathTests.kt +++ b/spring-data-mongodb/src/test/kotlin/org/springframework/data/mongodb/core/query/KPropertyPathTests.kt @@ -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?)