Skip to content

Commit 061c28f

Browse files
committed
Polishing.
Add ticket reference to tests. See #3803
1 parent cba7eab commit 061c28f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-data-mongodb/src/test/java/org/springframework/data/mongodb/core/mapping/BasicMongoPersistentPropertyUnitTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ void fieldTypeShouldBeDocumentForPropertiesAnnotatedIdWhenAComplexTypeAndFieldTy
241241
assertThat(property.getFieldType()).isEqualTo(Document.class);
242242
}
243243

244-
@Test
244+
@Test // GH-3803
245245
void considersJMoleculesIdentityExplicitlyAnnotatedIdentifier() {
246246

247247
MongoPersistentProperty property = getPropertyFor(WithJMoleculesIdentity.class, "identifier");

0 commit comments

Comments
 (0)