Skip to content

Commit

Permalink
chore(mm-protocol): fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmarc committed Feb 10, 2025
1 parent b41b05e commit 5f8fda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm-protocol/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ mod tests {
num_chunks: 4,
data: bytes::Bytes::from(vec![9; 1200]),
timestamp: 1234,
frame_optional: false,
hierarchical_layer: 0,
..Default::default()
});

Expand Down

0 comments on commit 5f8fda8

Please sign in to comment.