···227 if !strings.Contains(output, "Plan vacation itinerary") {
228 t.Error("Second task not displayed")
229 }
230- // Should not show completed task by default
231 if strings.Contains(output, "Fix authentication bug") {
232 t.Error("Completed task should not be shown by default")
233 }
···227 if !strings.Contains(output, "Plan vacation itinerary") {
228 t.Error("Second task not displayed")
229 }
0230 if strings.Contains(output, "Fix authentication bug") {
231 t.Error("Completed task should not be shown by default")
232 }
-1
internal/ui/ui_test.go
···310 withColor(t, func(r *lipgloss.Renderer) {
311 logo := Colossal
312 viewport := logo.ColoredInViewport(r)
313- t.Logf("viewport output:\n%s", viewport)
314315 if viewport == "" {
316 t.Fatal("viewport is empty")
···310 withColor(t, func(r *lipgloss.Renderer) {
311 logo := Colossal
312 viewport := logo.ColoredInViewport(r)
0313314 if viewport == "" {
315 t.Fatal("viewport is empty")