Skip to content

Commit

Permalink
Use pretty assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
friendlymatthew committed Oct 17, 2024
1 parent c075e9c commit 699d594
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
23 changes: 23 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ path = "bin/decode_key.rs"
clap = { version = "4.5.20", features = ["derive"] }
eyre = "0.6.12"
libdav1d-sys = "0.7.1"
pretty_assertions = "1.4.1"
2 changes: 1 addition & 1 deletion bin/decode_key.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
extern crate clap;
extern crate eyre;
extern crate libdav1d_sys;

use clap::Parser;
use eyre::{Ok, Result};
use pretty_assertions::assert_eq;

use parser::parse_sequence_header;

Expand Down

0 comments on commit 699d594

Please sign in to comment.