Skip to content

Commit

Permalink
fix misstype in test_parser
Browse files Browse the repository at this point in the history
  • Loading branch information
vlaszdunov committed Jun 5, 2024
1 parent 46a5303 commit 327ef14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def test_get_active_versions():
def test_get_stable_releases_link():
active_versions_links = get_stable_releases_links(
test_download_links_page, ['3.11'])
assert active_versions_links == correct_test_download_link
assert active_versions_links == correct_test_download_links

def test_get_newest_releases_links():
latest_releases_links = get_newest_releases_links(correct_test_download_links)
Expand Down

0 comments on commit 327ef14

Please sign in to comment.