Fix link_tree test following 0ff12b92
This commit is contained in:
parent
05a3d5fb2a
commit
c3b287507e
|
@ -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(),
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue