diff --git a/Octokit.Tests.Conventions/ClientConstructorTests.cs b/Octokit.Tests.Conventions/ClientConstructorTests.cs index c0555692..cbbddee6 100644 --- a/Octokit.Tests.Conventions/ClientConstructorTests.cs +++ b/Octokit.Tests.Conventions/ClientConstructorTests.cs @@ -27,7 +27,7 @@ namespace Octokit.Tests.Conventions .Assembly .ExportedTypes .Where(type => type.IsClass && type.IsPublic && type.Name.EndsWith("ClientTests")) - .Select(type => new[] { type }).ToList(); + .Select(type => new[] { type }); return tests; } }