diff --git a/FFMpegCore.Test/DownloaderTests.cs b/FFMpegCore.Test/DownloaderTests.cs index 18c6497..9f174e6 100644 --- a/FFMpegCore.Test/DownloaderTests.cs +++ b/FFMpegCore.Test/DownloaderTests.cs @@ -13,7 +13,7 @@ public class DownloaderTests var binaries = FFMpegDownloader.DownloadFFMpegSuite(FFMpegVersions.V6_1).Result; Assert.IsTrue(binaries.Count == 1); } - + [TestMethod] public void GetAllLatestSuiteTest() {