Fix link_tree test following 0ff12b92

This commit is contained in:
KtorZ
2024-08-23 16:10:07 +02:00
parent 05a3d5fb2a
commit c3b287507e

View File

@@ -365,7 +365,12 @@ fn link_tree_4() {
},
DocLink {
indent: 0,
name: "cardano/foo".to_string(),
name: "cardano".to_string(),
path: "".to_string(),
},
DocLink {
indent: 1,
name: "foo".to_string(),
path: "cardano/foo.html".to_string(),
}
]