correccion del nombre de la coleccion
This commit is contained in:
@@ -67,7 +67,7 @@ public class AuditRecordRepositoryTests
|
||||
public async Task Cleanup()
|
||||
{
|
||||
|
||||
await IntegrationDb.Database.DropCollectionAsync("AuditRecords");
|
||||
await IntegrationDb.Database.DropCollectionAsync("audit_records");
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user