No repository description.
using FluentAssertions;
namespace App.Tests;
public class SanityTest
{
[Fact]
public void TestRunner_Works()
true.Should().BeTrue();
}