Skip to content

Commit 2934343

Browse files
amushinskiyalexandermushinskiyserhiiovs
authored
Remove test properties. (#32)
* Remove test properties. * Remove unused steps from pipeline --------- Co-authored-by: alexander.mushinskiy <amushinskiy@gmail.com> Co-authored-by: Serhii Ovsianikov <serhii.ovsianikov@sigma.software>
1 parent 6fd1a94 commit 2934343

3 files changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/nuget-projector-link.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@ jobs:
3939
- name: Checkout
4040
uses: actions/checkout@v4
4141

42-
- name: Test new code
43-
run: |
44-
cat ThreeByte.LinkLib/ThreeByte.LinkLib.ProjectorLink/Projector.cs | grep "string Test"
45-
cat ThreeByte.LinkLib/ThreeByte.LinkLib.TcpLink/AsyncTcpLink.cs | grep "string Test"
46-
4742
- name: Setup .NET Core
4843
uses: actions/setup-dotnet@v4
4944
with:

ThreeByte.LinkLib/ThreeByte.LinkLib.ProjectorLink/Projector.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ namespace ThreeByte.LinkLib.ProjectorLink
1010
{
1111
public class Projector : IDisposable
1212
{
13-
public string Test => "Ukraine";
14-
1513
public event EventHandler<Exception>? ErrorOccurred;
1614
public string Address => $"{_hostName}/{_port}";
1715

ThreeByte.LinkLib/ThreeByte.LinkLib.TcpLink/AsyncTcpLink.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ namespace ThreeByte.LinkLib.TcpLink
99
{
1010
public class AsyncTcpLink : IDisposable
1111
{
12-
public string Test => "Ukraine";
13-
1412
private const int BufferSize = 8092;
1513
private const int MaxDataSize = 100;
1614
private readonly ILogger _logger;

0 commit comments

Comments
 (0)