Skip to content

Commit

Permalink
Update tests/test_encoder.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Arpad Borsos <swatinem@swatinem.de>
  • Loading branch information
kdy1 and Swatinem authored Mar 26, 2024
1 parent 3f23c8c commit 68cf9c5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/test_encoder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ fn test_empty_range() {
let mut out: Vec<u8> = vec![];
sm.to_writer(&mut out).unwrap();

let out = String::from_utf8(out.clone()).unwrap();

println!("{}", out);

let out = String::from_utf8(out).unwrap();
assert!(!out.contains("rangeMappings"));
}

0 comments on commit 68cf9c5

Please sign in to comment.