Merge remote-tracking branch 'github/main' into main

This commit is contained in:
Felix Ableitner 2021-01-04 17:23:06 +01:00
commit bcb0c381e5
1 changed files with 1 additions and 0 deletions

View File

@ -274,6 +274,7 @@ mod tests {
private_key: None,
public_key: None,
last_refreshed_at: inserted_user.published,
deleted: false,
};
let read_user = User_::read(&conn, inserted_user.id).unwrap();