From 0f5fe4476192a511ab43d6150a09863615d77e14 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Wed, 10 Oct 2018 18:03:02 -0400 Subject: [PATCH] FullMonty => StandardOperation --- tests/Tgstation.Server.Tests/IntegrationTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Tgstation.Server.Tests/IntegrationTest.cs b/tests/Tgstation.Server.Tests/IntegrationTest.cs index eab8583aa3..970b90e169 100644 --- a/tests/Tgstation.Server.Tests/IntegrationTest.cs +++ b/tests/Tgstation.Server.Tests/IntegrationTest.cs @@ -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())