Cleanup code

This commit is contained in:
jvyden 2021-10-20 00:19:29 -04:00
commit 685f57fd28
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
4 changed files with 6 additions and 3 deletions

View file

@ -4,11 +4,10 @@ using System.Threading;
using System.Threading.Tasks;
using ProjectLighthouse.Types;
using Xunit;
using Xunit.Abstractions;
namespace ProjectLighthouse.Tests {
public class MatchTests : LighthouseTest {
private static SemaphoreSlim semaphore = new(1, 1);
private static readonly SemaphoreSlim semaphore = new(1, 1);
[DatabaseFact]
public async Task ShouldReturnOk() {