mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-06 10:40:02 -06:00
fixing test
This commit is contained in:
@@ -78,7 +78,7 @@ public class HasHardLinksTest : TestBase
|
||||
[TestMethod]
|
||||
public void HasHardLink()
|
||||
{
|
||||
testFile = Path.Combine(TempFile, Guid.NewGuid().ToString());
|
||||
testFile = Path.Combine(TempPath, Guid.NewGuid().ToString());
|
||||
CreateHardLinkFile(testFile, 2);
|
||||
|
||||
var args = new FileFlows.Plugin.NodeParameters(testFile, Logger, false, string.Empty, MockFileService.Object);
|
||||
|
||||
Reference in New Issue
Block a user