mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-05-16 06:32:28 +00:00
Cleanup usages
This commit is contained in:
parent
930c6b1e41
commit
8ad04860ee
3 changed files with 0 additions and 7 deletions
|
@ -1,6 +1,5 @@
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Net.Http;
|
using System.Net.Http;
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Xml.Serialization;
|
using System.Xml.Serialization;
|
||||||
using Microsoft.AspNetCore.Hosting;
|
using Microsoft.AspNetCore.Hosting;
|
||||||
|
|
|
@ -8,11 +8,7 @@ using Xunit.Abstractions;
|
||||||
|
|
||||||
namespace ProjectLighthouse.Tests {
|
namespace ProjectLighthouse.Tests {
|
||||||
public class MatchTests : LighthouseTest {
|
public class MatchTests : LighthouseTest {
|
||||||
private readonly ITestOutputHelper testOutputHelper;
|
|
||||||
private static SemaphoreSlim semaphore = new(1, 1);
|
private static SemaphoreSlim semaphore = new(1, 1);
|
||||||
public MatchTests(ITestOutputHelper testOutputHelper) {
|
|
||||||
this.testOutputHelper = testOutputHelper;
|
|
||||||
}
|
|
||||||
|
|
||||||
[DatabaseFact]
|
[DatabaseFact]
|
||||||
public async Task ShouldReturnOk() {
|
public async Task ShouldReturnOk() {
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Net.Http;
|
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using ProjectLighthouse.Types;
|
using ProjectLighthouse.Types;
|
||||||
using Xunit;
|
using Xunit;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue