Skip to content

Commit 0463f8e

Browse files
committed
add test output
1 parent 576f565 commit 0463f8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/infra/database/test_post.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ async def test_create_repost_like_unlike_post(setup_platform):
212212
assert repost[1] == 2 # Repost user ID is 2
213213
assert repost[2] == 1 # Original post ID is 1
214214
assert repost[3] == '' # Reposted post is empty
215+
print('created_at:', repost[5])
215216
assert repost[5] is not None # created_at
216217
assert repost[6] == 0 # num_likes
217218

0 commit comments

Comments
 (0)