Pull Request 33523 suggestions
Pull Request 33520 suggestions Injected AppSettings instead of using GetEnvironmentVariable at Services level When debugging only app.Services.GetRequiredService<IPCRBService>(); Get ready to use VSCode IDE Align .editorconfig files
This commit is contained in:
@ -40,7 +40,7 @@ public class CorrectiveActionServiceTests {
|
||||
|
||||
[Test]
|
||||
public async Task GetCorrectiveActionsWithFollowUpInFiveDaysShouldReturnExpectedCAs() {
|
||||
IEnumerable<CorrectiveAction> expectedCAs = new List<CorrectiveAction>() {
|
||||
IEnumerable<CorrectiveAction> expectedCAs = new List<CorrectiveAction>() {
|
||||
new CorrectiveAction() {
|
||||
CANo = 1,
|
||||
CATitle = "title"
|
||||
@ -98,4 +98,4 @@ public class CorrectiveActionServiceTests {
|
||||
|
||||
_mockDalService.Verify(d => d.ExecuteAsync(It.IsAny<string>()), Times.Once());
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user