Skip to content

Commit 8a201f6

Browse files
committed
test cleanup
1 parent 650bd9e commit 8a201f6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/test/java/org/folio/fqm/utils/MarcPlaceholderDefinitionTest.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,10 @@ void marcPlaceholderIsEssentialSoItSurvivesCompositeFlattening() {
3636
marcPlaceholder.getEssential(),
3737
"The 'marc' placeholder in simple_srs_record must stay essential:true. Composite entity types flatten with "
3838
+ "preserveAllColumns=false, which drops non-essential columns; dropping this placeholder makes composite "
39-
+ "MARC fields silently fail to validate/synthesize. See the comment on that column and MarcSqlFactory."
39+
+ "MARC fields silently fail to validate/synthesize."
4040
);
4141

42-
// Sanity: it is still recognized as the generic placeholder (guards the recognition contract too).
4342
assertTrue(MarcFieldFactory.isGenericMarcPlaceholder(marcPlaceholder));
44-
// MarcSqlFactory requires a correlation valueGetter on the placeholder; blank would throw at query time.
4543
assertTrue(marcPlaceholder.getValueGetter() != null && !marcPlaceholder.getValueGetter().isBlank());
4644
}
4745

0 commit comments

Comments
 (0)