You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fileSearcherMock.Setup(f =>f.SearchInFile(It.Is<string>(file =>file.Contains("commit2")),It.IsAny<string>())).Returns(true);// Should be found by linear search
vargitContentSearcher=newGitContentSearcher(gitHelperMock.Object,fileSearcherMock.Object,newFileManager(),disableLinearSearch:false,logWriter:stringWriter);// Linear search enabled
0 commit comments