diff --git a/main_test.go b/main_test.go index 6650539..9b31fd9 100644 --- a/main_test.go +++ b/main_test.go @@ -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 {