diff --git a/src/detections/utils.rs b/src/detections/utils.rs index ec1c4877..b23c108a 100644 --- a/src/detections/utils.rs +++ b/src/detections/utils.rs @@ -216,6 +216,7 @@ mod tests { #[test] fn test_check_obfu() { let mut obfutext = utils::check_obfu("dir01"); + assert!(obfutext == "Possible command obfuscation: zeroes and ones (possible numeric or binary encoding)\n"); } #[test]