forked from ddrilling/AsbCloudServer
Merge branch 'feature/change-log-refactoring' of http://test.digitaldrilling.ru:8080/DDrilling/AsbCloudServer into feature/change-log-refactoring
This commit is contained in:
commit
960a17b77e
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user