Skip to content

Commit 65820e6

Browse files
Mock git ff (#4604) (#4623)
Co-authored-by: Ivan Duplenskikh <[email protected]>
1 parent dc1f0e8 commit 65820e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Test/L0/Plugin/TestGitCliManager/TestGitCliManagerL0.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ private Tuple<Mock<ArgUtilInstanced>, MockAgentTaskPluginExecutionContext> setup
2020
Mock<ArgUtilInstanced> argUtilInstanced = new Mock<ArgUtilInstanced>();
2121
argUtilInstanced.CallBase = true;
2222
argUtilInstanced.Setup(x => x.File(Path.Combine("agenthomedirectory", "externals", "git", "cmd", $"git.exe"), "gitPath")).Callback(() => { });
23+
argUtilInstanced.Setup(x => x.File(Path.Combine("agenthomedirectory", "externals", "ff_git", "cmd", $"git.exe"), "gitPath")).Callback(() => { });
2324
argUtilInstanced.Setup(x => x.Directory("agentworkfolder", "agent.workfolder")).Callback(() => { });
2425
var context = new MockAgentTaskPluginExecutionContext(hostContext.GetTrace());
2526
context.Variables.Add("agent.homedirectory", "agenthomedirectory");

0 commit comments

Comments
 (0)