Se actualizo la biblioteca para entregar los resultados ordenados
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user