Skip to content
Prev Previous commit
Next Next commit
chore: remove Reqnroll using directive from multiple step definition …
…files

Signed-off-by: André Silva <[email protected]>
  • Loading branch information
askpt committed May 19, 2025
commit 27f637522e2fad532e2dff35245c1b2e1ccf526e
4 changes: 4 additions & 0 deletions build/Common.tests.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
<Using Include="Xunit" />
</ItemGroup>

<ItemGroup Condition="$(MSBuildProjectName.Contains('E2E'))">
<Using Include="Reqnroll" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="GitHubActionsTestLogger" />
</ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion test/OpenFeature.E2ETests/Steps/BaseStepDefinitions.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using OpenFeature.E2ETests.Utils;
using OpenFeature.Model;
using OpenFeature.Providers.Memory;
using Reqnroll;

namespace OpenFeature.E2ETests.Steps;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using OpenFeature.E2ETests.Utils;
using Reqnroll;

namespace OpenFeature.E2ETests.Steps;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using OpenFeature.E2ETests.Utils;
using OpenFeature.Extension;
using OpenFeature.Model;
using Reqnroll;

namespace OpenFeature.E2ETests.Steps;

Expand Down
1 change: 0 additions & 1 deletion test/OpenFeature.E2ETests/Steps/HooksStepDefinitions.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using OpenFeature.E2ETests.Utils;
using Reqnroll;

namespace OpenFeature.E2ETests.Steps;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using OpenFeature.E2ETests.Utils;
using OpenFeature.Model;
using Reqnroll;

namespace OpenFeature.E2ETests.Steps;

Expand Down