diff --git a/pkg/iostreams/iostreams_progress_indicator_test.go b/pkg/iostreams/iostreams_progress_indicator_test.go index 42eb5e56a..60d0ece91 100644 --- a/pkg/iostreams/iostreams_progress_indicator_test.go +++ b/pkg/iostreams/iostreams_progress_indicator_test.go @@ -124,7 +124,7 @@ func TestStartProgressIndicatorWithLabel(t *testing.T) { } }) - t.Run("multiple indicators with GH_SPINNER_DISABLED shows current label", func(t *testing.T) { + t.Run("multiple calls to start progress indicator with GH_SPINNER_DISABLED prints additional labels", func(t *testing.T) { console := newTestVirtualTerminal(t) io := newTestIOStreams(t, console, true) progressIndicatorLabel1 := "downloading happiness"