Files
speckle-sharp-sdk/tests/Speckle.Sdk.Testing/VerifyTests.cs
T
Adam Hathcock 2352306269 add ability for objectloader to skip server too. (#228)
* add ability for objectloader to skip server too.  add test so both cache and server can't be skipped

* move testing project to correct dir

* remove extra file
2025-02-13 09:41:07 +00:00

8 lines
123 B
C#

namespace Speckle.Sdk.Testing;
public class VerifyTests
{
[Fact]
public Task TestVerify() => VerifyChecks.Run();
}