Some little fixes in ClientConstructorTests.

This commit is contained in:
aedampir@gmail.com
2016-04-06 15:11:10 +07:00
parent 6140bc678b
commit 259a91c2a6
@@ -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;
}
}