mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-07 20:30:41 +00:00
Some renaming
This commit is contained in:
@@ -17,7 +17,7 @@ namespace Octokit.Tests.Conventions
|
||||
|
||||
if (!classes.Contains(constructorClassName))
|
||||
{
|
||||
throw new MissingConstructorTestClassException(type);
|
||||
throw new MissingClientConstructorTestClassException(type);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user