mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-29 00:18:39 +00:00
Add website authentication tests
This commit is contained in:
parent
1fbabe0000
commit
281be33640
6 changed files with 177 additions and 3 deletions
|
@ -23,8 +23,6 @@ namespace ProjectLighthouse.Tests.GameApiTests
|
|||
Assert.NotNull(userB);
|
||||
|
||||
await database.RemoveUser(userA); // Only remove userA since userA and userB are the same user
|
||||
|
||||
await database.SaveChangesAsync();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue