Skip to content

Commit

Permalink
fix testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
hach1test committed Feb 24, 2024
1 parent 4ddd8fc commit df889dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/afterfact.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3539,7 +3539,6 @@ mod tests {

let mut file: Box<dyn io::Write> =
Box::new(File::create("./test_emit_csv_remove_duplicate.json").unwrap());
let mut additional_afterfact = AfterfactInfo::new();
additional_afterfact.record_cnt = 1;
additional_afterfact.recover_record_cnt = 0;
additional_afterfact.tl_starttime = Some(expect_tz);
Expand Down

0 comments on commit df889dd

Please sign in to comment.