mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-11 22:38:39 +00:00
Cleanup code
This commit is contained in:
parent
8ad04860ee
commit
685f57fd28
4 changed files with 6 additions and 3 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue