Fix incorrect comment in report_combined_view test (#5297)

This commit is contained in:
dullbananas 2025-01-02 10:35:56 -07:00 committed by GitHub
parent 9c473e8298
commit b91790e29e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -571,7 +571,7 @@ mod tests {
};
CommentReport::report(pool, &sara_report_comment_form).await?;
// Timmy creates a private message report
// Timmy creates a private message
let pm_form = PrivateMessageInsertForm::new(
data.timmy.id,
data.sara.id,