add file data test harness
This commit is contained in:
parent
9d758cce45
commit
44223c1c0f
@ -127,3 +127,11 @@ impl<'seg_meta, 'file_data> FileDataPdu<'seg_meta, 'file_data> {
|
||||
Ok(current_idx)
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
#[test]
|
||||
fn test_basic() {
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user