mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-05-31 10:13:35 -07:00
daemon: fix zip test
This commit is contained in:
@@ -520,7 +520,7 @@ mod tests {
|
|||||||
|
|
||||||
assert_eq!(
|
assert_eq!(
|
||||||
filenames,
|
filenames,
|
||||||
vec![format!("{entry_name}.qmdl"), format!("{entry_name}.pcapng"),]
|
vec![format!("{entry_name}.qmdl.gz"), format!("{entry_name}.pcapng"),]
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user