mirror of
https://github.com/Slug-Boi/cocommit.git
synced 2026-05-13 20:55:47 +00:00
test: remove testing prints
This commit is contained in:
@@ -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))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user