Skip to content

Commit

Permalink
grr
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-dmxc committed Apr 11, 2024
1 parent 50bb04d commit cd9e536
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ArtNetTests/TestOS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class TestOS
ControllerInstance controllerInstance;
byte ports = 2;
ArtNet artNet;
[OneTimeSetUp]
[SetUp]
public void Setup()
{
ArtNet.AddLoggProvider(TestLoggerProvider.Instance);
Expand All @@ -30,7 +30,7 @@ public void Setup()
artNet.AddInstance(nodeInstance);
artNet.AddInstance(controllerInstance);
}
[OneTimeTearDown]
[TearDown]
public void Teardown()
{
artNet.RemoveInstance(nodeInstance);
Expand Down

0 comments on commit cd9e536

Please sign in to comment.