test correct return type

This commit is contained in:
Haroon
2014-03-15 22:55:49 +00:00
parent 5da69648d1
commit 26d51933c4
2 changed files with 83 additions and 15 deletions

View File

@@ -26,6 +26,7 @@ namespace Octokit
/// Optional Sort field. One of stars, forks, or updated. If not provided, results are sorted by best match.
/// </summary>
public RepoSearchSort? SortField { get; set; }
public override string Sort
{
get { return SortField.ToParameter(); }