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