IonosDDNSUpdater/Tests/UnitTest1.cs
2023-03-24 20:21:33 +01:00

15 lines
159 B
C#

namespace Tests;
public class Tests
{
[SetUp]
public void Setup()
{
}
[Test]
public void Test1()
{
Assert.Pass();
}
}