mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
Fixing unit test.
This commit is contained in:
parent
a7dd53d887
commit
ee7c7e53d3
@ -523,7 +523,7 @@ mod tests {
|
||||
.unwrap();
|
||||
let read_comment_views_with_user = CommentQueryBuilder::create(&conn)
|
||||
.for_post_id(inserted_post.id)
|
||||
.for_creator_id(inserted_user.id)
|
||||
.my_user_id(inserted_user.id)
|
||||
.list()
|
||||
.unwrap();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user