mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-03 11:05:56 +00:00
Some little fixes in ClientConstructorTests.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user