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