mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-05 23:06:10 +00:00
Misspelling outh-> OAuth was fixed.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using System;
|
||||
using Octokit.Internal;
|
||||
using Xunit;
|
||||
|
||||
namespace Octokit.Tests.Authentication
|
||||
@@ -23,7 +22,7 @@ namespace Octokit.Tests.Authentication
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public void ReturnsOuthWhenProvidedToken()
|
||||
public void ReturnsOAuthWhenProvidedToken()
|
||||
{
|
||||
var credentials = new Credentials("token");
|
||||
Assert.Equal(AuthenticationType.Oauth, credentials.AuthenticationType);
|
||||
|
||||
Reference in New Issue
Block a user