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