Skip to content

Commit

Permalink
fix: test with content-free threads
Browse files Browse the repository at this point in the history
  • Loading branch information
lumina37 committed Dec 29, 2024
1 parent 20ceb00 commit 896fb09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_get_homepage.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ async def test_Homepage(client: tb.Client):

##### Thread_pf #####
thread = homepage[0]
assert len(thread.contents) > 0
assert thread.fid > 0
assert thread.fname != ''
assert thread.tid > 0
Expand Down

0 comments on commit 896fb09

Please sign in to comment.