Initial implementation of ManagementConsole - maintenance mode

This commit is contained in:
Ryan Gribble
2016-04-09 23:09:24 +10:00
committed by Brendan Forster
parent 7c31109099
commit 0c3c4ead6d
2 changed files with 3 additions and 1 deletions
@@ -9,6 +9,8 @@ namespace Octokit.Tests.Clients
{
public class TheGetMaintenanceModeMethod
{
readonly string _distinguishedNameUser = "uid=test-user,ou=users,dc=company,dc=com";
[Fact]
public void RequestsCorrectUrl()
{
@@ -1,4 +1,4 @@
using System.Threading.Tasks;
using System.Threading.Tasks;
namespace Octokit
{