From 33098ad4def1388266dd374c5873a3abcbbab28c Mon Sep 17 00:00:00 2001 From: Kerry Cao Date: Mon, 27 Jan 2025 22:37:03 -0500 Subject: [PATCH] linter fix --- FFMpegCore.Test/DownloaderTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {