Skip to content

Commit

Permalink
tests: old git
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
  • Loading branch information
caarlos0 committed May 16, 2021
1 parent 1c15a05 commit c67baeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/git/git_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func TestDescribeTag(t *testing.T) {
gitCommit(tb, "docs: update")
gitCommit(tb, "foo: bar")
gitTag(tb, "v1.2.4")
switchToBranch(tb, "main")
switchToBranch(tb, "-")
}
t.Run("normal", func(t *testing.T) {
setup(t)
Expand Down

0 comments on commit c67baeb

Please sign in to comment.