summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/stash/stash_including_untracked_files.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/stash/stash_including_untracked_files.go')
-rw-r--r--pkg/integration/tests/stash/stash_including_untracked_files.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/integration/tests/stash/stash_including_untracked_files.go b/pkg/integration/tests/stash/stash_including_untracked_files.go
index cc38f2ee8..d46d7fb1d 100644
--- a/pkg/integration/tests/stash/stash_including_untracked_files.go
+++ b/pkg/integration/tests/stash/stash_including_untracked_files.go
@@ -16,7 +16,7 @@ var StashIncludingUntrackedFiles = NewIntegrationTest(NewIntegrationTestArgs{
shell.CreateFile("file_2", "content")
shell.GitAdd("file_1")
},
- Run: func(shell *Shell, t *TestDriver, keys config.KeybindingConfig) {
+ Run: func(t *TestDriver, keys config.KeybindingConfig) {
t.Model().StashCount(0)
t.Model().WorkingTreeFileCount(2)