Skip to content

Commit

Permalink
Remove XunitContext.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcweber committed Dec 18, 2024
1 parent e16168b commit 48d029f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions test/Core.Tests/Serialization/OuterProjectionTest.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
using System.Runtime.CompilerServices;
using ExRam.Gremlinq.Tests.Infrastructure;

using Xunit.Abstractions;

namespace ExRam.Gremlinq.Core.Tests
{
public class OuterProjectionTest : QueryExecutionTest, IClassFixture<GremlinqFixture>
Expand Down
1 change: 0 additions & 1 deletion test/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<PackageReference Include="FluentAssertions" />
<PackageReference Include="xunit" />
<PackageReference Include="Verify.Xunit" />
<PackageReference Include="XunitContext" />
<PackageReference Include="NSubstitute" />
</ItemGroup>

Expand Down
3 changes: 2 additions & 1 deletion test/Tests.Infrastructure/SideEffectTestCaseOrderer.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using Xunit.Sdk;
using Xunit.Abstractions;
using Xunit.Sdk;

namespace ExRam.Gremlinq.Tests.Infrastructure
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using Xunit.Sdk;
using Xunit.Abstractions;
using Xunit.Sdk;

namespace ExRam.Gremlinq.Tests.Infrastructure
{
Expand Down

0 comments on commit 48d029f

Please sign in to comment.