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