diff options
Diffstat (limited to 'lib/git/git_test.go')
| -rw-r--r-- | lib/git/git_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/git/git_test.go b/lib/git/git_test.go index d661df22..416a520b 100644 --- a/lib/git/git_test.go +++ b/lib/git/git_test.go @@ -271,8 +271,8 @@ func TestLatestVersion(t *testing.T) { func TestListTag(t *testing.T) { cases := []struct { desc string - exp []string expErr string + exp []string }{{ desc: "With default repo", exp: []string{"v0.1.0", "v0.2.0"}, |
