From 290e78c904dacc0ef7df727b13c138be251781ae Mon Sep 17 00:00:00 2001 From: Kynan Ware <47394200+BagToad@users.noreply.github.com> Date: Wed, 16 Apr 2025 11:05:36 -0600 Subject: [PATCH] test(iostreams): update test description --- pkg/iostreams/iostreams_progress_indicator_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"