We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6919b04 commit e6fa89cCopy full SHA for e6fa89c
pkg/gui/presentation/branches_test.go
@@ -321,6 +321,7 @@ func Test_getBranchDisplayStrings(t *testing.T) {
321
defer color.ForceSetColorLevel(oldColorLevel)
322
323
c := utils.NewDummyCommon()
324
+ SetCustomBranches(c.UserConfig().Gui.BranchColorPatterns, true)
325
326
for i, s := range scenarios {
327
icons.SetNerdFontsVersion(lo.Ternary(s.useIcons, "3", ""))
0 commit comments