mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-01-09 11:41:32 +00:00
Fix incorrect comment in report_combined_view test (#5297)
This commit is contained in:
parent
9c473e8298
commit
b91790e29e
1 changed files with 1 additions and 1 deletions
|
@ -571,7 +571,7 @@ mod tests {
|
||||||
};
|
};
|
||||||
CommentReport::report(pool, &sara_report_comment_form).await?;
|
CommentReport::report(pool, &sara_report_comment_form).await?;
|
||||||
|
|
||||||
// Timmy creates a private message report
|
// Timmy creates a private message
|
||||||
let pm_form = PrivateMessageInsertForm::new(
|
let pm_form = PrivateMessageInsertForm::new(
|
||||||
data.timmy.id,
|
data.timmy.id,
|
||||||
data.sara.id,
|
data.sara.id,
|
||||||
|
|
Loading…
Reference in a new issue