Skip to content

Commit 885bf0e

Browse files
committed
DATAMONGO-2661 - Polishing.
Add ticket reference. Original pull request: #894.
1 parent 2a8ffd5 commit 885bf0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class KPropertyPathTests {
9393
assertThat(property).isEqualTo("entity.book.author.name")
9494
}
9595

96-
@Test
96+
@Test // DATAMONGO-2661
9797
fun `Convert nullable KProperty to field name`() {
9898
class Cat(val name: String)
9999
class Owner(val cat: Cat?)

0 commit comments

Comments
 (0)