This commit is contained in:
sxyazi 2025-12-17 22:53:28 +08:00
parent cf2833fd79
commit dbc9f6b42f
No known key found for this signature in database

View file

@ -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(())