feat: fix test
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit was merged in pull request #2.
This commit is contained in:
2024-02-18 01:31:41 +01:00
parent c3739c1bc1
commit 44fbf1f362
2 changed files with 7 additions and 2 deletions

View File

@@ -129,7 +129,7 @@ impl Archive {
}
pub struct ArchiveFile {
content: Vec<u8>,
pub content: Vec<u8>,
}
impl From<Vec<u8>> for ArchiveFile {