forked from ddrilling/AsbCloudServer
Get_actual_returns_success Add Sections caption check
This commit is contained in:
parent
63280b60e2
commit
0b7a3f740a
@ -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