mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-02-18 11:02:31 +00:00
linter fix
This commit is contained in:
parent
91a2ceaceb
commit
33098ad4de
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ public class DownloaderTests
|
||||||
var binaries = FFMpegDownloader.DownloadFFMpegSuite(FFMpegVersions.V6_1).Result;
|
var binaries = FFMpegDownloader.DownloadFFMpegSuite(FFMpegVersions.V6_1).Result;
|
||||||
Assert.IsTrue(binaries.Count == 1);
|
Assert.IsTrue(binaries.Count == 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
[TestMethod]
|
[TestMethod]
|
||||||
public void GetAllLatestSuiteTest()
|
public void GetAllLatestSuiteTest()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue