Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub Pages Preview API Enhancements #1421

Merged
merged 9 commits into from
Jul 17, 2016

Conversation

alexander-efremov
Copy link
Contributor

@alexander-efremov alexander-efremov commented Jul 15, 2016

Fixes #1416

var gitHubClient = Substitute.For<IGitHubClient>();
var client = new ObservableRepositoryPagesClient(gitHubClient);

client.RequestPageBuild("fake", "repo");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't seem to be await-ing in these tests. Let's add those in or drop the outer async...

Copy link
Contributor Author

@alexander-efremov alexander-efremov Jul 17, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point, I will remove async now.

@shiftkey shiftkey self-assigned this Jul 17, 2016
@shiftkey
Copy link
Member

@shiftkey shiftkey merged commit f7a4bac into octokit:master Jul 17, 2016
@alexander-efremov alexander-efremov deleted the fix1416 branch July 17, 2016 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants