diff --git a/cmd/display/tty_test.go b/cmd/display/tty_test.go index f6a1a66a9..3902103e1 100644 --- a/cmd/display/tty_test.go +++ b/cmd/display/tty_test.go @@ -429,7 +429,7 @@ func TestDoneDeadlockFix(t *testing.T) { addTask(w, "test-task", "Working", "details", api.Working) ctx, cancel := context.WithCancel(context.Background()) defer cancel() - + w.Start(ctx, "test") done := make(chan bool) go func() {