mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-04 11:24:44 +00:00
aaaand format the code
This commit is contained in:
@@ -199,9 +199,9 @@ namespace Octokit.Tests.Integration.Clients
|
||||
var applicationClient = Helper.GetAuthenticatedApplicationClient();
|
||||
await applicationClient.Authorization.RevokeAllApplicationAuthentications(Helper.ClientId);
|
||||
|
||||
Assert.ThrowsAsync<NotFoundException>(async () =>
|
||||
Assert.ThrowsAsync<NotFoundException>(async () =>
|
||||
await applicationClient.Authorization.CheckApplicationAuthentication(Helper.ClientId, token1.Token));
|
||||
Assert.ThrowsAsync<NotFoundException>(async () =>
|
||||
Assert.ThrowsAsync<NotFoundException>(async () =>
|
||||
await applicationClient.Authorization.CheckApplicationAuthentication(Helper.ClientId, token2.Token));
|
||||
|
||||
Assert.ThrowsAsync<NotFoundException>(() => github.Authorization.Get(token1.Id));
|
||||
|
||||
Reference in New Issue
Block a user