keyed Delete unit tests

This commit is contained in:
Sean Garrett
2023-06-16 11:51:40 +01:00
parent 54e756c695
commit c6545b9448
19 changed files with 565 additions and 138 deletions
@@ -8,10 +8,11 @@ namespace CoreUnitTests.Infrastructure;
public class TestMongoRepository : BaseMongoRepository
{
public TestMongoRepository(IMongoDatabase mongoDatabase) : base(mongoDatabase)
public TestMongoRepository(IMongoDatabase mongoDatabase)
: base(mongoDatabase)
{
}
public void SetIndexHandler(IMongoDbIndexHandler indexHandler)
{
MongoDbIndexHandler = indexHandler;