mirror of
https://github.com/freedbygrace/PSOPNSenseAPI.git
synced 2026-07-27 12:19:12 +00:00
11 lines
136 B
C#
11 lines
136 B
C#
namespace PSOPNSenseAPI.Tests;
|
|
|
|
[TestClass]
|
|
public sealed class Test1
|
|
{
|
|
[TestMethod]
|
|
public void TestMethod1()
|
|
{
|
|
}
|
|
}
|