summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-03-28 11:39:11 +1100
committerJesse Duffield <jessedduffield@gmail.com>2020-03-28 11:59:45 +1100
commite9051355a1a313a66cc919785897393d3c269866 (patch)
treed54c8cbdbe51e092fdbd2b75b1ebf124ca3609c9
parent29316a528aa04439d4a58e28e47bd61f0f99d35c (diff)
fix test
-rw-r--r--pkg/commands/git_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/commands/git_test.go b/pkg/commands/git_test.go
index 532c07d0a..8d9bdef40 100644
--- a/pkg/commands/git_test.go
+++ b/pkg/commands/git_test.go
@@ -294,12 +294,10 @@ func TestGitCommandGetStashEntries(t *testing.T) {
{
0,
"WIP on add-pkg-commands-test: 55c6af2 increase parallel build",
- "WIP on add-pkg-commands-test: 55c6af2 increase parallel build",
},
{
1,
"WIP on master: bb86a3f update github template",
- "WIP on master: bb86a3f update github template",
},
}