mirror of
https://github.com/bitwarden/server.git
synced 2025-05-30 07:44:50 -05:00
Fix tests
This commit is contained in:
parent
96284a764c
commit
fe5e4e2339
@ -18,7 +18,7 @@ public class ApiApplicationFactory : WebApplicationFactoryBase<Startup>
|
||||
{
|
||||
}
|
||||
|
||||
public ApiApplicationFactory(ITestDatabase db)
|
||||
protected ApiApplicationFactory(ITestDatabase db)
|
||||
{
|
||||
TestDatabase = db;
|
||||
HandleDbDisposal = true;
|
||||
|
@ -18,7 +18,7 @@ public class EventsApplicationFactory : WebApplicationFactoryBase<Startup>
|
||||
{
|
||||
}
|
||||
|
||||
public EventsApplicationFactory(ITestDatabase db)
|
||||
protected EventsApplicationFactory(ITestDatabase db)
|
||||
{
|
||||
TestDatabase = db;
|
||||
HandleDbDisposal = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user