diff --git a/decorators_test.go b/decorators_test.go index 154f372..73da62b 100644 --- a/decorators_test.go +++ b/decorators_test.go @@ -311,7 +311,7 @@ p.Stop() - want := `0s? \[` + want := `0s?\s+\[` barOut := buf.String() matched, err := regexp.MatchString(want, barOut)