Tests: Update DatabaseSetup

This commit is contained in:
2024-02-13 11:29:23 +01:00
parent 825bd6f304
commit 912206f52d
3 changed files with 54 additions and 53 deletions

@ -22,6 +22,7 @@ namespace Tests {
public void Setup_2_Client() {
using var ctx = new AppDbContext();
App.Client = new ClientParameters(ctx);
App.SetBranch(ctx.Branches.Single());
}
[OneTimeSetUp]