Skip to content

Commit

Permalink
fix: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hyukychang committed Nov 28, 2024
1 parent 73e20c3 commit f02d010
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_articles.py
Original file line number Diff line number Diff line change
Expand Up @@ -717,8 +717,8 @@ def test_being_topped(self):

def test_top_ordered(self):
"""
The most recently topped article must come first. If the same, then
the most recent article must come first.
Article created in a week has to be in top query result
The order is determined by hit_count
"""

current_article_count = Article.objects.count()
Expand Down

0 comments on commit f02d010

Please sign in to comment.