diff --git a/bar_test.go b/bar_test.go index ac8e446..acf924f 100644 --- a/bar_test.go +++ b/bar_test.go @@ -10,7 +10,6 @@ "time" "unicode/utf8" - "github.com/vbauerster/mpb" . "github.com/vbauerster/mpb/v4" "github.com/vbauerster/mpb/v4/decor" ) @@ -125,7 +124,7 @@ total := 50 bar := p.AddBar(int64(total), - mpb.BarRemoveOnComplete(), + BarRemoveOnComplete(), AppendDecorators(decor.Percentage()), )