Polishing.

Add ticket reference to tests.

See #3803
This commit is contained in:
Mark Paluch
2021-09-08 13:58:37 +02:00
parent cba7eaba4c
commit 061c28f84a

View File

@@ -241,7 +241,7 @@ public class BasicMongoPersistentPropertyUnitTests {
assertThat(property.getFieldType()).isEqualTo(Document.class);
}
@Test
@Test // GH-3803
void considersJMoleculesIdentityExplicitlyAnnotatedIdentifier() {
MongoPersistentProperty property = getPropertyFor(WithJMoleculesIdentity.class, "identifier");