fix WellOperationExportServiceTest

This commit is contained in:
ngfrolov 2024-02-27 14:08:42 +05:00
parent ad3fef064a
commit 8e720dc7c4
Signed by: ng.frolov
GPG Key ID: E99907A0357B29A7

View File

@ -118,7 +118,7 @@ namespace AsbCloudWebApi.Tests.Services.WellOperationExport
wellOperationRepository = Substitute.For<IWellOperationRepository>();
wellOperationCategoryRepository = Substitute.For<IWellOperationCategoryRepository>();
wellOperationImportTemplateService = new WellOperationImportTemplateService();
wellOperationExportService = new WellOperationExportService(wellOperationRepository, wellService, wellOperationImportTemplateService, wellOperationCategoryRepository);
wellOperationExportService = new WellOperationExportService(wellOperationRepository, wellOperationImportTemplateService, wellOperationCategoryRepository);
wellOperationImportService = new WellOperationImportService(wellService, wellOperationRepository, wellOperationCategoryRepository);
wellOperationDefaultExcelParser = new WellOperationDefaultExcelParser();