Skip to content

Commit

Permalink
test: Fixed #33.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Oct 11, 2023
1 parent 9213b00 commit 844ae69
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/tests/H.Pipes.Tests/H.Pipes.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.11.0" />
<PackageReference Include="GitHubActionsTestLogger" Version="2.3.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
Expand Down
4 changes: 3 additions & 1 deletion src/tests/H.Pipes.Tests/Tests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System.Collections.Concurrent;
#if NET6_0_OR_GREATER
using System.Collections.Concurrent;
using System.IO.Pipes;
using System.Net;

Expand Down Expand Up @@ -124,3 +125,4 @@ public async Task Interrupted()
isConnected.Should().BeTrue();
}
}
#endif

0 comments on commit 844ae69

Please sign in to comment.