add unit tests for media key parsing

We've had at least a couple media key parsing bugs. Let's get a *little*
more confidence that this code works :)
This commit is contained in:
Olivia Lee 2024-11-27 22:13:25 -08:00
parent 103a4fb56b
commit 79bc2525e3
No known key found for this signature in database
GPG key ID: 54D568A15B9CD1F9
2 changed files with 141 additions and 0 deletions

View file

@ -14,6 +14,7 @@ mod data;
pub(crate) use data::Data;
#[derive(Debug, Eq, PartialEq)]
pub(crate) struct FileMeta {
// This gets written to the database but we no longer read it
//