summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/demo/custom_patch.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/demo/custom_patch.go')
-rw-r--r--pkg/integration/tests/demo/custom_patch.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/integration/tests/demo/custom_patch.go b/pkg/integration/tests/demo/custom_patch.go
index 70aecd668..3a1440eda 100644
--- a/pkg/integration/tests/demo/custom_patch.go
+++ b/pkg/integration/tests/demo/custom_patch.go
@@ -21,7 +21,7 @@ var CustomPatch = NewIntegrationTest(NewIntegrationTestArgs{
Skip: false,
IsDemo: true,
SetupConfig: func(cfg *config.AppConfig) {
- cfg.UserConfig.Gui.NerdFontsVersion = "3"
+ setDefaultDemoConfig(cfg)
},
SetupRepo: func(shell *Shell) {
shell.CreateNCommitsWithRandomMessages(30)