diff options
Diffstat (limited to 'tests/image.rs')
-rw-r--r-- | tests/image.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/image.rs b/tests/image.rs index 460d8bb..e7865e6 100644 --- a/tests/image.rs +++ b/tests/image.rs @@ -1,5 +1,6 @@ extern crate micromark; use micromark::{micromark, micromark_with_options, Constructs, Options}; +use pretty_assertions::assert_eq; #[test] fn image() { |