correccion del nombre de la coleccion
This commit is contained in:
@@ -19,7 +19,7 @@ public class AuditServiceIntegrationTests
|
||||
[SetUp]
|
||||
public void Setup()
|
||||
{
|
||||
IntegrationDb.Database.DropCollectionAsync("AuditRecords");
|
||||
IntegrationDb.Database.DropCollectionAsync("audit_records");
|
||||
//_repository = new AuditRecordRepository(IntegrationDb.Database);
|
||||
_service = new AuditService(IntegrationDb.Database);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user