update readme EvtxFile

This commit is contained in:
Tanaka Zakku
2022-07-20 03:56:08 +09:00
parent fe102e6d23
commit 3312572bb8
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -787,7 +787,7 @@ mod tests {
.unwrap();
let expect_tz = expect_time.with_timezone(&Local);
let expect =
"Timestamp,Computer,Channel,EventID,Level,MitreAttack,RecordID,RuleTitle,Details,RecordInformation,RuleFile,FilePath\n"
"Timestamp,Computer,Channel,EventID,Level,MitreAttack,RecordID,RuleTitle,Details,RecordInformation,RuleFile,EvtxFile\n"
.to_string()
+ &expect_tz
.clone()