Delete unit tests for the repos

This commit is contained in:
Sean Garrett
2023-06-16 17:20:04 +01:00
parent c6545b9448
commit f09cfc53c2
9 changed files with 938 additions and 17 deletions
@@ -43,6 +43,11 @@ public class TestMongoRepositoryContext
{
_sut.SetReader(Reader.Object);
}
if (Eraser != null)
{
_sut.SetEraser(Eraser.Object);
}
}
return _sut;