Skip to content

Commit

Permalink
fix document builder tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Pollack committed Dec 3, 2024
1 parent b405536 commit f922195
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ public Builder content(String content) {
}

public Builder media(List<Media> media) {
Assert.notNull(media, "media cannot be null");
this.media.addAll(media);
return this;
}
Expand Down

0 comments on commit f922195

Please sign in to comment.