We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6ca522 commit 4f1178eCopy full SHA for 4f1178e
1 file changed
tests/download_helpers/github.py
@@ -85,7 +85,7 @@ def testGetDownloadURL(self):
85
"""Tests the GetDownloadURL functions."""
86
download_helper = github.GitHubReleasesDownloadHelper(self._DOWNLOAD_URL)
87
88
- project_version = download_helper.GetLatestVersionWithAPI(None)
+ project_version = download_helper.GetLatestVersionWithAPI(None)
89
90
download_url = download_helper.GetDownloadURL(
91
self._PROJECT_NAME, project_version)
0 commit comments