Clean up tests

This commit is contained in:
Jordan Brown
2018-10-10 18:02:35 -04:00
parent 2b77c7251f
commit b76580d4f0
2 changed files with 1 additions and 2 deletions
@@ -20,7 +20,7 @@ namespace Tgstation.Server.Tests
[TestMethod]
public async Task FullMonty()
{
using (var server = new TestingServer())
var server = new TestingServer();
using (var serverCts = new CancellationTokenSource())
{
var cancellationToken = serverCts.Token;
@@ -55,7 +55,6 @@ namespace Tgstation.Server.Tests
public void Dispose()
{
realServer.Dispose();
System.IO.Directory.Delete(Directory, true);
}