Skip to content

Commit

Permalink
test: reset test
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Aug 18, 2024
1 parent 0ae049b commit c740cfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ui/multi_progress_report.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,11 @@ impl MultiProgressReport {
#[cfg(test)]
mod tests {
use super::*;
use crate::test::reset;

#[test]
fn test_multi_progress_report() {
reset();
let mpr = MultiProgressReport::get();
let pr = mpr.add("PREFIX");
pr.finish_with_message("test".into());
Expand Down

0 comments on commit c740cfd

Please sign in to comment.