correccion del nombre de la coleccion

This commit is contained in:
jrojas
2024-11-28 19:01:31 +01:00
parent 6327554e6c
commit bc84c1b5a7
40 changed files with 84 additions and 36 deletions
@@ -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);
}