From 70e6aa0938437101f22fe7bc923ccabf6e191c43 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Fri, 2 Nov 2018 15:23:37 -0400 Subject: [PATCH] Fix postwriteahandler test --- tests/Tgstation.Server.Host.Tests/IO/TestPostWriteHandler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Tgstation.Server.Host.Tests/IO/TestPostWriteHandler.cs b/tests/Tgstation.Server.Host.Tests/IO/TestPostWriteHandler.cs index 7dd1ce45f2..bbd12837f8 100644 --- a/tests/Tgstation.Server.Host.Tests/IO/TestPostWriteHandler.cs +++ b/tests/Tgstation.Server.Host.Tests/IO/TestPostWriteHandler.cs @@ -78,7 +78,7 @@ namespace Tgstation.Server.Host.IO.Tests } finally { - File.Delete(tmpFile); + Directory.Delete(tmpFile); } } }