fix document builder tests

This commit is contained in:
Mark Pollack
2024-12-03 09:37:28 -05:00
parent b405536bba
commit f922195d36

View File

@@ -291,6 +291,7 @@ public class Document implements MediaContent {
}
public Builder media(List<Media> media) {
Assert.notNull(media, "media cannot be null");
this.media.addAll(media);
return this;
}