Missed a change.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
2026-03-25 10:17:52 -04:00
parent b3ff154110
commit 64e9a38f38

View File

@@ -827,7 +827,7 @@ mod internal_features {
let client = mtt.client();
let name = Name::english("something");
let docdef = DocDef::new(name.clone());
mtt.create_document(docdef);
client.create_document(docdef);
let path = Path::new(
Include::All,
Include::Just(sess_name.clone().into()),