We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 576f565 commit 0463f8eCopy full SHA for 0463f8e
test/infra/database/test_post.py
@@ -212,6 +212,7 @@ async def test_create_repost_like_unlike_post(setup_platform):
212
assert repost[1] == 2 # Repost user ID is 2
213
assert repost[2] == 1 # Original post ID is 1
214
assert repost[3] == '' # Reposted post is empty
215
+ print('created_at:', repost[5])
216
assert repost[5] is not None # created_at
217
assert repost[6] == 0 # num_likes
218
0 commit comments