mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 04:00:02 +00:00
Fixing unit test.
This commit is contained in:
parent
a7dd53d887
commit
ee7c7e53d3
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue