From c9414d944d1336147c9c74628c41762a040bf7db Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 23 Jun 2019 21:43:07 +0200 Subject: [PATCH] Fix expected link in test Signed-off-by: Matthias Beyer --- lib/entry/libimagentrymarkdown/src/processor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/entry/libimagentrymarkdown/src/processor.rs b/lib/entry/libimagentrymarkdown/src/processor.rs index f6138e6a..98b10db2 100644 --- a/lib/entry/libimagentrymarkdown/src/processor.rs +++ b/lib/entry/libimagentrymarkdown/src/processor.rs @@ -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());