package owners import ( "testing" ) func TestChangeTitle(t *testing.T) { files, err := gatherUnowned(".") if err != nil { t.Error(err) } if len(files) != 1 { t.Errorf("should only have one result") } }