Skip to content

Commit 1c79ab1

Browse files
committed
drop pretty assertions for now
This will give us a direct string diff
1 parent e8be119 commit 1c79ab1

File tree

1 file changed

+1
-1
lines changed
  • crates/oxide/src/extractor/pre_processors

1 file changed

+1
-1
lines changed

crates/oxide/src/extractor/pre_processors/haml.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ impl Haml {
341341
mod tests {
342342
use super::Haml;
343343
use crate::extractor::pre_processors::pre_processor::PreProcessor;
344-
use pretty_assertions::assert_eq;
344+
// use pretty_assertions::assert_eq;
345345

346346
#[test]
347347
fn test_haml_pre_processor() {

0 commit comments

Comments
 (0)