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