mirror of https://github.com/LemmyNet/lemmy.git
Fix clippy
parent
fb954e946c
commit
0b8e29d094
|
@ -498,7 +498,7 @@ mod tests {
|
||||||
let inserted_post = Post::create(&conn, &new_post).unwrap();
|
let inserted_post = Post::create(&conn, &new_post).unwrap();
|
||||||
|
|
||||||
let new_bot_post = PostForm {
|
let new_bot_post = PostForm {
|
||||||
name: bot_post_name.to_owned(),
|
name: bot_post_name,
|
||||||
creator_id: inserted_bot.id,
|
creator_id: inserted_bot.id,
|
||||||
community_id: inserted_community.id,
|
community_id: inserted_community.id,
|
||||||
..PostForm::default()
|
..PostForm::default()
|
||||||
|
|
Loading…
Reference in New Issue