test: remove testing prints

This commit is contained in:
Slug-Boi
2024-11-16 22:19:03 +01:00
parent ea0755af29
commit f0547bc0f8
-5
View File
@@ -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))
}