FullMonty => StandardOperation

This commit is contained in:
Jordan Brown
2018-10-10 18:03:02 -04:00
parent b76580d4f0
commit 0f5fe44761
@@ -18,7 +18,7 @@ namespace Tgstation.Server.Tests
readonly IServerClientFactory clientFactory = new ServerClientFactory(new ProductHeaderValue(Assembly.GetExecutingAssembly().GetName().Name, Assembly.GetExecutingAssembly().GetName().Version.ToString()));
[TestMethod]
public async Task FullMonty()
public async Task StandardOperation()
{
var server = new TestingServer();
using (var serverCts = new CancellationTokenSource())