💄 test fields

This commit is contained in:
Brendan Forster
2014-05-05 13:41:08 +08:00
parent 653cdaf166
commit bfb78d7ea0
@@ -62,8 +62,8 @@ public class SearchClientTests
request.Repo = "caliburn-micro/caliburn.micro";
request.State = ItemState.Open;
var repos = await _gitHubClient.Search.SearchIssues(request);
var issues = await _gitHubClient.Search.SearchIssues(request);
Assert.NotEmpty(repos.Items);
Assert.NotEmpty(issues.Items);
}
}