summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/demo/worktree_create_from_branches.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/demo/worktree_create_from_branches.go')
-rw-r--r--pkg/integration/tests/demo/worktree_create_from_branches.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkg/integration/tests/demo/worktree_create_from_branches.go b/pkg/integration/tests/demo/worktree_create_from_branches.go
index d25b531d2..39d2cb73e 100644
--- a/pkg/integration/tests/demo/worktree_create_from_branches.go
+++ b/pkg/integration/tests/demo/worktree_create_from_branches.go
@@ -11,9 +11,7 @@ var WorktreeCreateFromBranches = NewIntegrationTest(NewIntegrationTestArgs{
Skip: false,
IsDemo: true,
SetupConfig: func(cfg *config.AppConfig) {
- // No idea why I had to use version 2: it should be using my own computer's
- // font and the one iterm uses is version 3.
- cfg.UserConfig.Gui.NerdFontsVersion = "2"
+ setDefaultDemoConfig(cfg)
},
SetupRepo: func(shell *Shell) {
shell.CreateNCommitsWithRandomMessages(30)