Skip to content

Commit 50839b4

Browse files
committed
fix: add caches to summary test
1 parent 5a446e4 commit 50839b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/markdown/tests/markdown.rs

+1
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ fn can_customise_summary_template() {
142142
"",
143143
&permalinks_ctx,
144144
InsertAnchor::Right,
145+
Arc::new(Caches::default()),
145146
);
146147
let summary = render_content("Hello <!-- more --> World!", &context).unwrap().summary.unwrap();
147148
insta::assert_snapshot!(summary);

0 commit comments

Comments
 (0)