Fix clippy

temp_bans
Dessalines 2022-01-04 10:30:47 -05:00
parent 3b00532174
commit 3fa4c0cc30
1 changed files with 2 additions and 0 deletions

View File

@ -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,