1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-03 17:50:32 -05:00

Fix tests

This commit is contained in:
Hinton 2025-05-27 09:59:38 +02:00
parent 96284a764c
commit fe5e4e2339
No known key found for this signature in database
GPG Key ID: 5F7295599C5D965C
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ public class ApiApplicationFactory : WebApplicationFactoryBase<Startup>
{ {
} }
public ApiApplicationFactory(ITestDatabase db) protected ApiApplicationFactory(ITestDatabase db)
{ {
TestDatabase = db; TestDatabase = db;
HandleDbDisposal = true; HandleDbDisposal = true;

View File

@ -18,7 +18,7 @@ public class EventsApplicationFactory : WebApplicationFactoryBase<Startup>
{ {
} }
public EventsApplicationFactory(ITestDatabase db) protected EventsApplicationFactory(ITestDatabase db)
{ {
TestDatabase = db; TestDatabase = db;
HandleDbDisposal = true; HandleDbDisposal = true;