Skip to content

Commit

Permalink
Fix flaky unit tests progress::tests::debug::fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
regexident committed Oct 2, 2024
1 parent 2aa51ef commit edf2a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/progress/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ mod debug {

let (progress, _) = Progress::new(Task::default(), observer);

let id = ProgressId(0);
let id = progress.id();
let report = Report {
progress_id: id,
label: None,
Expand Down

0 comments on commit edf2a80

Please sign in to comment.