summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/demo/commit_graph.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/demo/commit_graph.go')
-rw-r--r--pkg/integration/tests/demo/commit_graph.go10
1 files changed, 2 insertions, 8 deletions
diff --git a/pkg/integration/tests/demo/commit_graph.go b/pkg/integration/tests/demo/commit_graph.go
index 5ccaecf43..100bfca2b 100644
--- a/pkg/integration/tests/demo/commit_graph.go
+++ b/pkg/integration/tests/demo/commit_graph.go
@@ -11,14 +11,8 @@ var CommitGraph = NewIntegrationTest(NewIntegrationTestArgs{
Skip: false,
IsDemo: true,
SetupConfig: func(config *config.AppConfig) {
- config.UserConfig.Gui.NerdFontsVersion = "3"
- config.UserConfig.Gui.AuthorColors = map[string]string{
- "Fredrica Greenhill": "#fb5aa3",
- "Oscar Reuenthal": "#86c82f",
- "Paul Oberstein": "#ffd500",
- "Siegfried Kircheis": "#fe7e11",
- "Yang Wen-li": "#8e3ccb",
- }
+ setDefaultDemoConfig(config)
+ setGeneratedAuthorColours(config)
},
SetupRepo: func(shell *Shell) {
shell.CreateRepoHistory()