Skip to content

Commit

Permalink
Dont use the field i just obsoleted :)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangribble committed Apr 23, 2016
1 parent 920bef8 commit bc5dc88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Octokit.Tests.Integration/Clients/SearchClientTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public async Task SearchForMergedPullRequests()
{
var allRequest = new SearchIssuesRequest();
allRequest.Repos.Add("octokit", "octokit.net");
allRequest.Type = IssueTypeQualifier.PR;
allRequest.Type = IssueTypeQualifier.PullRequest;

var mergedRequest = new SearchIssuesRequest();
mergedRequest.Repos.Add("octokit", "octokit.net");
Expand Down

0 comments on commit bc5dc88

Please sign in to comment.