Fix expected link in test
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
64b1d9c79c
commit
c9414d944d
1 changed files with 1 additions and 1 deletions
|
@ -438,7 +438,7 @@ mod tests {
|
||||||
assert!(result.is_ok(), "Should be Ok(()): {:?}", result);
|
assert!(result.is_ok(), "Should be Ok(()): {:?}", result);
|
||||||
|
|
||||||
// The hash of "http://example.com" processed in the `libimagentrylink` way.
|
// The hash of "http://example.com" processed in the `libimagentrylink` way.
|
||||||
let expected_link = "url/external/9c17e047f58f9220a7008d4f18152fee4d111d14";
|
let expected_link = "url/9c17e047f58f9220a7008d4f18152fee4d111d14";
|
||||||
{
|
{
|
||||||
let base_links = base.links();
|
let base_links = base.links();
|
||||||
assert!(base_links.is_ok());
|
assert!(base_links.is_ok());
|
||||||
|
|
Loading…
Reference in a new issue