mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 03:30:34 +00:00
introduce DefaultBranch property
This commit is contained in:
@@ -35,6 +35,7 @@ public class RepositoriesClientTests
|
||||
Assert.True(repository.HasIssues);
|
||||
Assert.True(repository.HasWiki);
|
||||
Assert.Null(repository.Homepage);
|
||||
Assert.NotNull(repository.DefaultBranch);
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user