12 lines
168 B
C#
12 lines
168 B
C#
|
// Licensed to Timothy Schenk under the Apache 2.0 License.
|
||
|
|
||
|
namespace PacketMediator.Tests;
|
||
|
|
||
|
public class UnitTest1
|
||
|
{
|
||
|
[Fact]
|
||
|
public void Test1()
|
||
|
{
|
||
|
}
|
||
|
}
|