mirror of https://github.com/LemmyNet/lemmy.git
Fix clippy
parent
3b00532174
commit
3fa4c0cc30
|
@ -290,6 +290,7 @@ mod tests {
|
||||||
actor_id: inserted_sara_person.actor_id.to_owned(),
|
actor_id: inserted_sara_person.actor_id.to_owned(),
|
||||||
local: true,
|
local: true,
|
||||||
banned: false,
|
banned: false,
|
||||||
|
ban_expires: None,
|
||||||
deleted: false,
|
deleted: false,
|
||||||
admin: false,
|
admin: false,
|
||||||
bot_account: false,
|
bot_account: false,
|
||||||
|
@ -358,6 +359,7 @@ mod tests {
|
||||||
actor_id: inserted_timmy_person.actor_id.to_owned(),
|
actor_id: inserted_timmy_person.actor_id.to_owned(),
|
||||||
local: true,
|
local: true,
|
||||||
banned: false,
|
banned: false,
|
||||||
|
ban_expires: None,
|
||||||
deleted: false,
|
deleted: false,
|
||||||
admin: true,
|
admin: true,
|
||||||
bot_account: false,
|
bot_account: false,
|
||||||
|
|
Loading…
Reference in New Issue