mirror of
https://github.com/Slug-Boi/cocommit.git
synced 2026-05-13 12:45:47 +00:00
test: remove testing prints
This commit is contained in:
@@ -403,8 +403,6 @@ func Test_GroupSelection(t *testing.T) {
|
|||||||
setup()
|
setup()
|
||||||
defer teardown()
|
defer teardown()
|
||||||
|
|
||||||
t.Errorf("%v", elected)
|
|
||||||
|
|
||||||
m := listModel()
|
m := listModel()
|
||||||
tm := teatest.NewTestModel(
|
tm := teatest.NewTestModel(
|
||||||
t, m, teatest.WithInitialTermSize(300, 300),
|
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("Expected model, got %T", fm)
|
||||||
}
|
}
|
||||||
|
|
||||||
t.Errorf("%v", utils.Groups)
|
|
||||||
t.Errorf("%v", selected)
|
|
||||||
|
|
||||||
if len(selected) != 1 {
|
if len(selected) != 1 {
|
||||||
t.Errorf("Expected 1 selected item, got %d", len(selected))
|
t.Errorf("Expected 1 selected item, got %d", len(selected))
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user