Skip to content

Commit

Permalink
test(timelines): adjusted header change #1067
Browse files Browse the repository at this point in the history
  • Loading branch information
hitenkoku committed Jun 15, 2023
1 parent 1e90beb commit 7b8d7a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/timeline/timelines.rs
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ mod tests {
);
// Event column is defined in rules/config/channel_eid_info.txt
let expect_records = vec![vec!["1", "100.0%", "Sec", "4625", "Logon failure"]];
let expect = "Count,Percent,Channel,ID,Event\n".to_owned()
let expect = "Total,%,Channel,ID,Event\n".to_owned()
+ &expect_records.join(&"\n").join(",").replace(",\n,", "\n")
+ "\n";
match read_to_string("./test_tm_stats.csv") {
Expand Down

0 comments on commit 7b8d7a5

Please sign in to comment.