Template
chore: deploy initial code base
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using NUnit.Framework;
|
||||
using System.Threading.Tasks;
|
||||
using VerifyNUnit;
|
||||
|
||||
namespace Strata.ContinuousImprovement.Biz.Test.Unit
|
||||
{
|
||||
[TestFixture]
|
||||
public class VerifyChecksTests
|
||||
{
|
||||
[Test]
|
||||
public Task Run() =>
|
||||
VerifyChecks.Run();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user