Skip to content

Commit d9696aa

Browse files
committed
Fix test
1 parent cf1bdc2 commit d9696aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/search/test_tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def test_project_docs(db_session):
5757
"latest_version": first(prs, key=lambda r: not r.is_prerelease).version,
5858
},
5959
}
60-
for p, prs in sorted(releases.items(), key=lambda x: x[0].name.lower())
60+
for p, prs in sorted(releases.items(), key=lambda x: x[0].id)
6161
]
6262

6363

0 commit comments

Comments
 (0)