Fix link_tree test following 0ff12b92

This commit is contained in:
KtorZ 2024-08-23 16:10:07 +02:00
parent 05a3d5fb2a
commit c3b287507e
No known key found for this signature in database
GPG Key ID: 33173CB6F77F4277
1 changed files with 6 additions and 1 deletions

View File

@ -365,7 +365,12 @@ fn link_tree_4() {
}, },
DocLink { DocLink {
indent: 0, 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(), path: "cardano/foo.html".to_string(),
} }
] ]