mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-12-14 18:15:44 +00:00
Use OsSpecificTestMethod on GetAllLatestSuiteTest
This commit is contained in:
parent
bfcb1b9544
commit
a71a55741f
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ public class DownloaderTests
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[TestMethod]
|
[OsSpecificTestMethod(OsPlatforms.Windows | OsPlatforms.Linux)]
|
||||||
public async Task GetAllLatestSuiteTest()
|
public async Task GetAllLatestSuiteTest()
|
||||||
{
|
{
|
||||||
var options = new FFOptions { BinaryFolder = Path.GetTempPath() };
|
var options = new FFOptions { BinaryFolder = Path.GetTempPath() };
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue