Se actualizo la biblioteca para entregar los resultados ordenados

This commit is contained in:
jrojas
2025-01-03 19:58:17 +01:00
parent 5ba0097bc0
commit d5de8088d8
41 changed files with 55 additions and 58 deletions
@@ -28,7 +28,7 @@ public class AuditServiceFilterbyTextAndDateTests
var allRecords = await _service.AuditLogRepository.GetAllAuditRecordsAsync();
// Assert
Assert.That(allRecords.Count(), Is.EqualTo(7), "All records from the JSON file should be loaded.");
Assert.That(allRecords.Count(), Is.EqualTo(13), "All records from the JSON file should be loaded.");
}
[Test]