mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
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:
parent
103a4fb56b
commit
79bc2525e3
2 changed files with 141 additions and 0 deletions
|
|
@ -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
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue