Skip to content

Commit

Permalink
Merge pull request #965 from gruntwork-io/update-git-ref-test
Browse files Browse the repository at this point in the history
Add one more character to the commit SHA
  • Loading branch information
bwhaley authored Jul 28, 2021
2 parents bd89ef2 + 3a04a4e commit 10215ee
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 10215ee

Please sign in to comment.