mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
..
This commit is contained in:
parent
cf2833fd79
commit
dbc9f6b42f
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ mod tests {
|
|||
|
||||
for (input, expected) in cases {
|
||||
let u: UrlBuf = input.parse()?;
|
||||
assert_eq!(format!("{:?}", expand_url(u)), expected);
|
||||
assert_eq!(format!("{:?}", expand_url(u).as_url()), expected);
|
||||
}
|
||||
|
||||
Ok(())
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue