diff --git a/Octokit.Tests.Integration/Helpers/TeamContext.cs b/Octokit.Tests.Integration/Helpers/TeamContext.cs index 07f20525..c1479c4c 100644 --- a/Octokit.Tests.Integration/Helpers/TeamContext.cs +++ b/Octokit.Tests.Integration/Helpers/TeamContext.cs @@ -19,7 +19,7 @@ namespace Octokit.Tests.Integration.Helpers private IConnection _connection; internal int TeamId { get; private set; } internal string TeamName { get; private set; } - + internal Team Team { get; private set; } public void Dispose()