Skip to content

Commit 92c2ef2

Browse files
committed
runtime error in test
1 parent b587d5d commit 92c2ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibGit2Sharp.Tests/StatusFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ public void RetrievingTheStatusWithoutIncludeIgnoredIgnoresButDoesntInclude()
337337
RepositoryStatus newStatus = repo.RetrieveStatus(opt);
338338
Assert.Equal(".gitignore", newStatus.Untracked.Select(s => s.FilePath).Single());
339339

340-
Assert.False(newStatus.Ignored.Any(), string.Format("had ignored {0}", newStatus.Ignored.First().FilePath));
340+
Assert.False(newStatus.Ignored.Any());
341341
}
342342
}
343343

0 commit comments

Comments
 (0)