diff --git a/tests/Tgstation.Server.Tests/TestingServer.cs b/tests/Tgstation.Server.Tests/TestingServer.cs index d2e864d782..b557b2c44b 100644 --- a/tests/Tgstation.Server.Tests/TestingServer.cs +++ b/tests/Tgstation.Server.Tests/TestingServer.cs @@ -37,6 +37,7 @@ namespace Tgstation.Server.Tests Directory = Path.GetTempFileName(); File.Delete(Directory); + Directory = Directory.Replace(".tmp", ".tgs4"); System.IO.Directory.CreateDirectory(Directory); const string UrlString = "http://localhost:5001"; Url = new Uri(UrlString);