Skip to content

Commit 837b806

Browse files
committed
more coverage
1 parent 24d8a22 commit 837b806

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ void shouldNotAttemptCountryLocalizationForNonFqmSource() {
333333

334334
@Test
335335
void shouldReturnEmptyDefaultValuesMapForEntityTypeWithNoColumns() {
336-
EntityType entityType = new EntityType();
336+
EntityType entityType = new EntityType().columns(null);
337337
Map<String, Object> result = EntityTypeUtils.getFieldDefaultValues(entityType);
338338
assertTrue(result.isEmpty(), "Default values map should be empty for entity type with no columns");
339339
}

0 commit comments

Comments
 (0)