feat: fix test
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit was merged in pull request #2.
This commit is contained in:
@@ -129,7 +129,7 @@ impl Archive {
|
||||
}
|
||||
|
||||
pub struct ArchiveFile {
|
||||
content: Vec<u8>,
|
||||
pub content: Vec<u8>,
|
||||
}
|
||||
|
||||
impl From<Vec<u8>> for ArchiveFile {
|
||||
|
||||
Reference in New Issue
Block a user