diff --git a/src/cmd/tui/tui_test.go b/src/cmd/tui/tui_test.go index 33f4ed7..4de9be9 100644 --- a/src/cmd/tui/tui_test.go +++ b/src/cmd/tui/tui_test.go @@ -403,8 +403,6 @@ func Test_GroupSelection(t *testing.T) { setup() defer teardown() - t.Errorf("%v", elected) - m := listModel() tm := teatest.NewTestModel( t, m, teatest.WithInitialTermSize(300, 300), @@ -430,9 +428,6 @@ func Test_GroupSelection(t *testing.T) { t.Errorf("Expected model, got %T", fm) } - t.Errorf("%v", utils.Groups) - t.Errorf("%v", selected) - if len(selected) != 1 { t.Errorf("Expected 1 selected item, got %d", len(selected)) }