Fix clippy

mark_accounts_as_bot
Dessalines 2021-03-31 09:59:01 -04:00
parent fb954e946c
commit 0b8e29d094
1 changed files with 1 additions and 1 deletions

View File

@ -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()