Fix expected link in test

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer 2019-06-23 21:43:07 +02:00
parent 64b1d9c79c
commit c9414d944d

View file

@ -438,7 +438,7 @@ mod tests {
assert!(result.is_ok(), "Should be Ok(()): {:?}", result);
// 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();
assert!(base_links.is_ok());