diff --git a/Octokit.Tests.Conventions/TestConstructorTests.cs b/Octokit.Tests.Conventions/ClientConstructorTests.cs similarity index 96% rename from Octokit.Tests.Conventions/TestConstructorTests.cs rename to Octokit.Tests.Conventions/ClientConstructorTests.cs index c3ef0f2f..346cdf66 100644 --- a/Octokit.Tests.Conventions/TestConstructorTests.cs +++ b/Octokit.Tests.Conventions/ClientConstructorTests.cs @@ -6,7 +6,7 @@ using Xunit; namespace Octokit.Tests.Conventions { - public class TestConstructorTests + public class ClientConstructorTests { [Theory] [MemberData("GetTestConstructorsClasses")] diff --git a/Octokit.Tests.Conventions/Octokit.Tests.Conventions.csproj b/Octokit.Tests.Conventions/Octokit.Tests.Conventions.csproj index 8f3c5695..c3682123 100644 --- a/Octokit.Tests.Conventions/Octokit.Tests.Conventions.csproj +++ b/Octokit.Tests.Conventions/Octokit.Tests.Conventions.csproj @@ -82,7 +82,7 @@ - +