test(iostreams): update test description
This commit is contained in:
parent
f283d6d11c
commit
290e78c904
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue