Skip to content

Commit db44512

Browse files
committed
Polishing.
See: #4722 Original pull request: #4723
1 parent 39e8f64 commit db44512

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/aggregation/AggregationOperationRendererUnitTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ void nonFieldsExposingAggregationOperationContinuesWithSameContextForNextStage()
6161
verify(stage2).toPipelineStages(eq(rootContext));
6262
}
6363

64-
@Test
64+
@Test // GH-4722
6565
void contextShouldCarryOnRelaxedFieldMapping() {
6666

6767
MongoTestMappingContext ctx = new MongoTestMappingContext(cfg -> {

0 commit comments

Comments
 (0)