We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 168bebb commit 22d066aCopy full SHA for 22d066a
bundles/core/src/test/java/io/wcm/wcm/core/components/impl/models/v2/TeaserV2ImplTest.java
@@ -226,7 +226,7 @@ void testTitleDescriptionImageFromPage_WithContentPolicy() {
226
PN_COMPONENT_MEDIA_AUTOCROP, Boolean.TRUE,
227
PN_COMPONENT_MEDIA_RESPONSIVE_TYPE, "imageSizes");
228
context.create().resource(policyMapping.getPolicy().getPath() + "/" + NN_COMPONENT_MEDIA_RESPONSIVEIMAGE_SIZES,
229
- "widths", "45,90");
+ "widths", "45,90");
230
231
Teaser underTest = AdaptTo.notNull(context.request(), Teaser.class);
232
0 commit comments