elsa-core/src/modules/Elsa.Workflows.Api/AssemblyInfo.cs
MariusVuscanNx 45f27f91f5
Import publish execute integration test (#3872)
* Import publish execute integration test

* Update test

* Extracted import logic into WorkflowDefinitionImporter

* Removed the WorkflowDefinitionRequest model and done a model rename

---------

Co-authored-by: Sipke Schoorstra <sipkeschoorstra@outlook.com>
2023-04-05 19:07:04 +02:00

3 lines
95 B
C#

using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("Elsa.IntegrationTests")]