From d5fba5e54b547700b2eceb645980287c66bfcaff Mon Sep 17 00:00:00 2001 From: Kazuminn Date: Sat, 3 Oct 2020 19:40:40 +0900 Subject: [PATCH] fix test --- src/detections/utils.rs | 1 + 1 file changed, 1 insertion(+) 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]