Skip to content

Commit

Permalink
fixup! Add ability to configure branch color patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhaller committed Jan 5, 2025
1 parent 6919b04 commit e6fa89c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/gui/presentation/branches_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ func Test_getBranchDisplayStrings(t *testing.T) {
defer color.ForceSetColorLevel(oldColorLevel)

c := utils.NewDummyCommon()
SetCustomBranches(c.UserConfig().Gui.BranchColorPatterns, true)

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

0 comments on commit e6fa89c

Please sign in to comment.