PacketMediator/PacketMediator.Tests/UnitTest1.cs

12 lines
168 B
C#
Raw Normal View History

2024-08-07 17:06:55 +00:00
// Licensed to Timothy Schenk under the Apache 2.0 License.
namespace PacketMediator.Tests;
public class UnitTest1
{
[Fact]
public void Test1()
{
}
}