Skip to content

Commit

Permalink
Update asset version
Browse files Browse the repository at this point in the history
  • Loading branch information
tonerdo committed Jan 23, 2022
1 parent 1f23bae commit e0de972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func TestDownloadReleaseAssetsWithRegexCharacters(t *testing.T) {

const githubRepoUrl = "https://github.com/gruntwork-io/fetch-test-public"
const releaseAsset = "hello+world.txt"
const assetVersion = "v0.0.4"
const assetVersion = "v0.0.3"

githubRepo, err := ParseUrlIntoGitHubRepo(githubRepoUrl, "", testInst)
if err != nil {
Expand Down

0 comments on commit e0de972

Please sign in to comment.