Merge branch 'feature/change-log-refactoring' of http://test.digitaldrilling.ru:8080/DDrilling/AsbCloudServer into feature/change-log-refactoring

This commit is contained in:
Olga Nemt 2024-05-31 11:56:41 +05:00
commit 960a17b77e

View File

@ -387,7 +387,9 @@ public class ProcessMapPlanDrillingControllerTest : BaseIntegrationTest
Assert.Single(response.Content);
var actual = response.Content.First()!;
Assert.NotNull(actual.Section);
Assert.NotEmpty(actual.Section);
var expected = entity.Adapt<ProcessMapPlanDrillingDto>()!;
var excludeProps = new[] {
nameof(ProcessMapPlanDrillingDto.Id),