mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 08:33:19 +01:00
FullMonty => StandardOperation
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user