Files
WindowsNotifications/WindowsNotifications.Tests/UnitTest1.cs
T
2025-04-10 21:13:24 -04:00

18 lines
254 B
C#

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