feat: Fixing master > main in integration tests (#2489)

This commit is contained in:
Chris Simpson
2022-07-20 23:17:10 +01:00
committed by GitHub
parent 13ba84b060
commit 8b5a7fceaf
43 changed files with 1955 additions and 2039 deletions
+5
View File
@@ -113,8 +113,13 @@ namespace Octokit.Tests.Integration
}
public static string UserName { get; private set; }
public static string Organization { get; private set; }
public static bool HasNoOrganization => Organization == null;
public static bool HasOrganization => Organization != null;
/// <summary>
/// These credentials should be set to a test GitHub account using the powershell script configure-integration-tests.ps1
/// </summary>