This commit is contained in:
Marin Postma 2021-03-29 13:25:59 +02:00
parent 7f68b83cb7
commit 9a1ab4e69f
No known key found for this signature in database
GPG Key ID: D5241F0C0C865F30
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ mod tests {
#[test]
fn test_pack_unpack() {
let tempdir = TempDir::new().unwrap();
let tempdir = tempfile::tempdir().unwrap();
let test_dir = tempdir.path();
let src_dir = test_dir.join("src");