Cleanup code

This commit is contained in:
jvyden 2021-10-20 00:19:29 -04:00
parent 8ad04860ee
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

@ -1,3 +1,4 @@
using System.Diagnostics.CodeAnalysis;
using System.IO;
using System.Net.Http;
using System.Threading.Tasks;
@ -8,6 +9,7 @@ using ProjectLighthouse.Serialization;
using ProjectLighthouse.Types;
namespace ProjectLighthouse.Tests {
[SuppressMessage("ReSharper", "UnusedMember.Global")]
public class LighthouseTest {
public readonly TestServer Server;
public readonly HttpClient Client;