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