mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-07 12:26:18 +00:00
Red Tests were fixed
Unused 'using' directive were removed.
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Collections.Generic;
|
||||
using System.Net;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Octokit.Internal;
|
||||
using Xunit;
|
||||
|
||||
@@ -11,7 +7,7 @@ namespace Octokit.Tests.Exceptions
|
||||
{
|
||||
public class TwoFactorRequiredExceptionTests
|
||||
{
|
||||
public class TheConstructor
|
||||
public class TheCtor
|
||||
{
|
||||
[Fact]
|
||||
public void SetsDefaultMessage()
|
||||
|
||||
Reference in New Issue
Block a user