test修正

This commit is contained in:
akiranishikawa
2020-10-13 05:31:06 +09:00
parent 850caa8a53
commit 4ac372e883

View File

@@ -193,8 +193,8 @@ mod tests {
#[test]
fn test_check_obfu() {
let obfutext = utils::check_obfu("dir01");
assert!(obfutext == "Possible command obfuscation: zeroes and ones (possible numeric or binary encoding)\n");
let obfutext = utils::check_obfu("string");
assert!(obfutext == "Possible command obfuscation: 100% zeroes and ones (possible numeric or binary encoding)\n");
}
#[test]