se implemento el patron IoC y se creo documentacion en los metodos
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(5), "All records from the JSON file should be loaded.");
|
||||
Assert.That(allRecords.Count(), Is.EqualTo(7), "All records from the JSON file should be loaded.");
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
||||
Reference in New Issue
Block a user