test_list_path_raw done

This commit is contained in:
weisd
2024-12-17 14:28:37 +08:00
parent dc0d415b15
commit 4195371a1e
9 changed files with 401 additions and 198 deletions
-4
View File
@@ -2096,10 +2096,6 @@ pub async fn read_xl_meta_no_data<R: AsyncRead + Unpin>(reader: &mut R, size: us
#[cfg(test)]
mod test {
use std::fs;
use std::fs::File;
use std::os::unix::fs::MetadataExt;
use super::*;
#[test]