mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-03 11:05:56 +00:00
missing await
This commit is contained in:
@@ -25,7 +25,7 @@ namespace Octokit.Tests.Integration.Reactive
|
||||
[IntegrationTest]
|
||||
public async Task CanGetAllForCurrentUser()
|
||||
{
|
||||
using (var context = _gitHubClient.CreateGpgKeyContext())
|
||||
using (var context = await _gitHubClient.CreateGpgKeyContext())
|
||||
{
|
||||
var observable = _gitHubClient.User.GpgKey.GetAllForCurrent();
|
||||
var keys = await observable.ToList();
|
||||
|
||||
Reference in New Issue
Block a user