mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-28 07:58:40 +00:00
Fix users not being correctly removed
This commit is contained in:
parent
d1a13c1496
commit
1774acda95
3 changed files with 6 additions and 4 deletions
|
@ -79,8 +79,8 @@ namespace LBPUnion.ProjectLighthouse.Tests
|
|||
database.Slots.Remove(slotA);
|
||||
database.Slots.Remove(slotB);
|
||||
|
||||
database.Users.Remove(userA);
|
||||
database.Users.Remove(userB);
|
||||
await database.RemoveUser(userA);
|
||||
await database.RemoveUser(userB);
|
||||
|
||||
await database.SaveChangesAsync();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue