Cleanup usages

This commit is contained in:
jvyden 2021-10-20 00:06:14 -04:00
commit 8ad04860ee
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
3 changed files with 0 additions and 7 deletions

View file

@ -8,11 +8,7 @@ using Xunit.Abstractions;
namespace ProjectLighthouse.Tests {
public class MatchTests : LighthouseTest {
private readonly ITestOutputHelper testOutputHelper;
private static SemaphoreSlim semaphore = new(1, 1);
public MatchTests(ITestOutputHelper testOutputHelper) {
this.testOutputHelper = testOutputHelper;
}
[DatabaseFact]
public async Task ShouldReturnOk() {