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,6 +387,8 @@ public class ProcessMapPlanDrillingControllerTest : BaseIntegrationTest
|
|||||||
Assert.Single(response.Content);
|
Assert.Single(response.Content);
|
||||||
|
|
||||||
var actual = response.Content.First()!;
|
var actual = response.Content.First()!;
|
||||||
|
Assert.NotNull(actual.Section);
|
||||||
|
Assert.NotEmpty(actual.Section);
|
||||||
|
|
||||||
var expected = entity.Adapt<ProcessMapPlanDrillingDto>()!;
|
var expected = entity.Adapt<ProcessMapPlanDrillingDto>()!;
|
||||||
var excludeProps = new[] {
|
var excludeProps = new[] {
|
||||||
|
Loading…
Reference in New Issue
Block a user