Remove needless code

This commit is contained in:
Kitaiti Makoto 2021-11-26 09:52:18 +09:00
parent 12a8d00f8e
commit d3c035aa39
1 changed files with 0 additions and 1 deletions

View File

@ -442,7 +442,6 @@ mod tests {
)
.unwrap();
Instance::cache_local(conn);
Instance::cache_local_instance_user(conn);
instance
});
let mut user = NewUser::default();