forked from ddrilling/AsbCloudServer
смена названия метода интеграционного теста
This commit is contained in:
parent
dc96d03740
commit
7363fc5fb0
@ -193,7 +193,7 @@ public class WellOperationControllerTest : BaseIntegrationTest
|
|||||||
[Theory]
|
[Theory]
|
||||||
[InlineData(WellOperation.IdOperationTypePlan)]
|
[InlineData(WellOperation.IdOperationTypePlan)]
|
||||||
[InlineData(WellOperation.IdOperationTypeFact)]
|
[InlineData(WellOperation.IdOperationTypeFact)]
|
||||||
public async Task MatchCategoriesFromTemplateAndDb_returns_success(int idType)
|
public async Task MatchCategoriesBetweenTemplateAndDb_returns_success(int idType)
|
||||||
{
|
{
|
||||||
//arrange
|
//arrange
|
||||||
var well = await dbContext.Wells.FirstAsync();
|
var well = await dbContext.Wells.FirstAsync();
|
||||||
|
Loading…
Reference in New Issue
Block a user