1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-19 00:21:35 -05:00

Fix tests

This commit is contained in:
Hinton
2025-05-27 09:59:38 +02:00
parent 96284a764c
commit fe5e4e2339
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;
HandleDbDisposal = true;