Skip to content

Commit

Permalink
Whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
RickiJay-WMDE committed Jan 31, 2025
1 parent 406bd20 commit ef7edc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resolvers/get_aggregate_languages.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ async def get_language_list(
)
)
.order_by(
total_query.c.primary_wikibases.desc(),
primary_query.c.primary_wikibases.desc(),
total_query.c.total_wikibases.desc(),
total_query.c.language,
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ async def test_aggregate_languages_query():
expected_additional,
) in enumerate(
[
("Hindi", 1, 1, 0),
("Albanian", 1, 0, 1),
("Babylonian", 1, 0, 1),
("Cymru", 1, 0, 1),
("Deutsch", 1, 0, 1),
("French", 1, 0, 1),
("Hindi", 1, 1, 0),
]
):
assert_layered_property_value(
Expand Down

0 comments on commit ef7edc2

Please # to comment.