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