diff --git a/FFMpegCore.Test/DownloaderTests.cs b/FFMpegCore.Test/DownloaderTests.cs index a5af850..d574230 100644 --- a/FFMpegCore.Test/DownloaderTests.cs +++ b/FFMpegCore.Test/DownloaderTests.cs @@ -17,6 +17,12 @@ public class DownloaderTests _ffOptions = new FFOptions { BinaryFolder = tempDownloadFolder }; } + [TestCleanup] + public void DeleteTestFolder() + { + Directory.Delete(_ffOptions.BinaryFolder, true); + } + [OsSpecificTestMethod(OsPlatforms.Windows | OsPlatforms.Linux)] public async Task GetSpecificVersionTest() {