mirror of
https://github.com/bitwarden/server.git
synced 2025-06-03 17:50:32 -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;
|
TestDatabase = db;
|
||||||
HandleDbDisposal = true;
|
HandleDbDisposal = true;
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user