We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b587d5d commit 92c2ef2Copy full SHA for 92c2ef2
LibGit2Sharp.Tests/StatusFixture.cs
@@ -337,7 +337,7 @@ public void RetrievingTheStatusWithoutIncludeIgnoredIgnoresButDoesntInclude()
337
RepositoryStatus newStatus = repo.RetrieveStatus(opt);
338
Assert.Equal(".gitignore", newStatus.Untracked.Select(s => s.FilePath).Single());
339
340
- Assert.False(newStatus.Ignored.Any(), string.Format("had ignored {0}", newStatus.Ignored.First().FilePath));
+ Assert.False(newStatus.Ignored.Any());
341
}
342
343
0 commit comments