Skip to content

Commit

Permalink
Grrr
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-dmxc committed May 10, 2024
1 parent 7e36927 commit dcc49f3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions ArtNetTests/TestOS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ public void OneTimeSetUp()
[SetUp]
public void SetUp()
{
ArtNet.Clear();
nodeInstance = new NodeMock();
nodeInstance.Name = "Test Node";
controllerInstance = new ControllerInstanceMock(0x42);
Expand Down Expand Up @@ -86,14 +85,6 @@ public async Task TestOnMackOS()
await doTests();
}

[Test, Order(3)]
#pragma warning disable CS0618 // Typ oder Element ist veraltet
[Timeout(10000)]
#pragma warning restore CS0618 // Typ oder Element ist veraltet
public async Task TestInternalNetworkLoop()
{
await doTests();
}
private async Task doTests()
{

Expand Down

0 comments on commit dcc49f3

Please sign in to comment.