Cache local instance user on start

This commit is contained in:
Kitaiti Makoto
2021-11-24 22:07:25 +09:00
parent 1506802c20
commit 2f7a5cbf56
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -442,6 +442,7 @@ mod tests {
)
.unwrap();
Instance::cache_local(conn);
Instance::cache_local_instance_user(conn);
instance
});
let mut user = NewUser::default();