Fix clippy

mark_accounts_as_bot
Dessalines 3 years ago
parent fb954e946c
commit 0b8e29d094

@ -498,7 +498,7 @@ mod tests {
let inserted_post = Post::create(&conn, &new_post).unwrap();
let new_bot_post = PostForm {
name: bot_post_name.to_owned(),
name: bot_post_name,
creator_id: inserted_bot.id,
community_id: inserted_community.id,
..PostForm::default()

Loading…
Cancel
Save