Skip to content

Commit

Permalink
Add one more character to the commit sha
Browse files Browse the repository at this point in the history
  • Loading branch information
bwhaley committed Jul 28, 2021
1 parent bd89ef2 commit 3a04a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/git/git_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func testGetCurrentRefReturnsLightTagValue(t *testing.T) {

name := GetCurrentGitRef(t)

assert.Equal(t, "v0.0.1-1-g58d3ea8", name)
assert.Equal(t, "v0.0.1-1-g58d3ea8f", name)
}

func TestGitRefChecks(t *testing.T) {
Expand Down

0 comments on commit 3a04a4e

Please sign in to comment.