8 lines
126 B
C#
8 lines
126 B
C#
namespace Speckle.Sdk.Tests.Unit;
|
|
|
|
public class VerifyTests
|
|
{
|
|
[Fact]
|
|
public Task TestVerify() => VerifyChecks.Run();
|
|
}
|