summaryrefslogtreecommitdiffstats
path: root/pkg/commands/git_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/commands/git_test.go')
-rw-r--r--pkg/commands/git_test.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkg/commands/git_test.go b/pkg/commands/git_test.go
index 87384930f..e04903e39 100644
--- a/pkg/commands/git_test.go
+++ b/pkg/commands/git_test.go
@@ -285,12 +285,12 @@ func TestGitCommandGetStashEntries(t *testing.T) {
func(entries []*models.StashEntry) {
expected := []*models.StashEntry{
{
- 0,
- "WIP on add-pkg-commands-test: 55c6af2 increase parallel build",
+ Index: 0,
+ Name: "WIP on add-pkg-commands-test: 55c6af2 increase parallel build",
},
{
- 1,
- "WIP on master: bb86a3f update github template",
+ Index: 1,
+ Name: "WIP on master: bb86a3f update github template",
},
}