test(iostreams): update test description

This commit is contained in:
Kynan Ware 2025-04-16 11:05:36 -06:00
parent f283d6d11c
commit 290e78c904

View file

@ -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"