From e9051355a1a313a66cc919785897393d3c269866 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sat, 28 Mar 2020 11:39:11 +1100 Subject: fix test --- pkg/commands/git_test.go | 2 -- 1 file changed, 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", }, } -- cgit v1.2.3