[mike@mwxm4]
This commit is contained in:
+1
-1
@@ -109,7 +109,7 @@ func TestFormatRepoList(t *testing.T) {
|
||||
colored := formatRepoList(entries, false)
|
||||
useColor = false
|
||||
strip := func(s string) string {
|
||||
for _, c := range []string{cReset, cGreen, cYellow, cGray} {
|
||||
for _, c := range []string{cReset, cGreen, cYellow, cDark} {
|
||||
s = strings.ReplaceAll(s, c, "")
|
||||
}
|
||||
return s
|
||||
|
||||
Reference in New Issue
Block a user