mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-16 09:24:00 +00:00
Merge remote-tracking branch 'github/main' into main
This commit is contained in:
commit
bcb0c381e5
1 changed files with 1 additions and 0 deletions
|
@ -274,6 +274,7 @@ mod tests {
|
||||||
private_key: None,
|
private_key: None,
|
||||||
public_key: None,
|
public_key: None,
|
||||||
last_refreshed_at: inserted_user.published,
|
last_refreshed_at: inserted_user.published,
|
||||||
|
deleted: false,
|
||||||
};
|
};
|
||||||
|
|
||||||
let read_user = User_::read(&conn, inserted_user.id).unwrap();
|
let read_user = User_::read(&conn, inserted_user.id).unwrap();
|
||||||
|
|
Loading…
Reference in a new issue