From 1dbf02d8c1955316c6cc43a427f506b91c87ef3a Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Thu, 18 Aug 2022 17:36:06 +0200 Subject: Add `pretty_assertions` to tests for diffs --- tests/heading_setext.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/heading_setext.rs') 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() { -- cgit