aboutsummaryrefslogtreecommitdiffstats
path: root/tests/link_resource.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/link_resource.rs')
-rw-r--r--tests/link_resource.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/link_resource.rs b/tests/link_resource.rs
index 7f48fb1..aaf4b8b 100644
--- a/tests/link_resource.rs
+++ b/tests/link_resource.rs
@@ -1,5 +1,6 @@
extern crate micromark;
use micromark::{micromark, micromark_with_options, Options};
+use pretty_assertions::assert_eq;
#[test]
fn link_resource() {