summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/demo/bisect.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/demo/bisect.go')
-rw-r--r--pkg/integration/tests/demo/bisect.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkg/integration/tests/demo/bisect.go b/pkg/integration/tests/demo/bisect.go
index b001708ea..edae1146f 100644
--- a/pkg/integration/tests/demo/bisect.go
+++ b/pkg/integration/tests/demo/bisect.go
@@ -11,9 +11,7 @@ var Bisect = NewIntegrationTest(NewIntegrationTestArgs{
Skip: false,
IsDemo: true,
SetupConfig: func(config *config.AppConfig) {
- // No idea why I had to use version 2: it should be using my own computer's
- // font and the one iterm uses is version 3.
- config.UserConfig.Gui.NerdFontsVersion = "2"
+ config.UserConfig.Gui.NerdFontsVersion = "3"
},
SetupRepo: func(shell *Shell) {
shell.CreateFile("my-file.txt", "myfile content")