Skip to content

Commit e6fa89c

Browse files
committed
fixup! Add ability to configure branch color patterns
1 parent 6919b04 commit e6fa89c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/gui/presentation/branches_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ func Test_getBranchDisplayStrings(t *testing.T) {
321321
defer color.ForceSetColorLevel(oldColorLevel)
322322

323323
c := utils.NewDummyCommon()
324+
SetCustomBranches(c.UserConfig().Gui.BranchColorPatterns, true)
324325

325326
for i, s := range scenarios {
326327
icons.SetNerdFontsVersion(lo.Ternary(s.useIcons, "3", ""))

0 commit comments

Comments
 (0)