Fix tests for chunk.rs
This commit is contained in:
parent
dae4a49481
commit
3e1bec93ee
1 changed files with 1 additions and 7 deletions
|
@ -76,12 +76,6 @@ mod tests {
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn enough_space_for_header() {
|
fn enough_space_for_header() {
|
||||||
let mut chunk: Chunk = Chunk::ClusterHead {
|
Chunk::<Vec<u8>>::new_cluster_head(u64::max_value());
|
||||||
keyframe: false,
|
|
||||||
start: 0,
|
|
||||||
end: 0,
|
|
||||||
bytes: [0;16]
|
|
||||||
};
|
|
||||||
chunk.update_timecode(u64::max_value());
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue