summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/demo/custom_patch.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-08-12 16:52:40 +1000
committerJesse Duffield <jessedduffield@gmail.com>2023-08-12 16:52:40 +1000
commitb1bc437d1b91b33c767a31be15f8f41e90c4d8f0 (patch)
treed292354b922f247cef4035d2c7699f8e0b7f0f92 /pkg/integration/tests/demo/custom_patch.go
parent26989ce0eecbb8509c6951d5d427913498a0d58f (diff)
Factor out common config setup functions in demo package
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)