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