mirror of
https://github.com/nsnail/dot.git
synced 2025-06-17 21:13:21 +08:00
13 lines
157 B
C#
13 lines
157 B
C#
namespace Dot.Tests;
|
|
|
|
public class TestGet
|
|
{
|
|
[SetUp]
|
|
public void Setup() { }
|
|
|
|
[Test]
|
|
public void Test1()
|
|
{
|
|
Assert.Pass();
|
|
}
|
|
} |