public void GetHistory_LocalRepo_ReturnsValidEntries() { List <WorkItem> history = _git.GetHistory(10).ToList(); Assert.Greater(history.Count, 0); }