Some renaming

This commit is contained in:
aedampir@gmail.com
2016-04-06 14:42:20 +07:00
parent dfb636c393
commit 6140bc678b
3 changed files with 4 additions and 4 deletions
@@ -17,7 +17,7 @@ namespace Octokit.Tests.Conventions
if (!classes.Contains(constructorClassName))
{
throw new MissingConstructorTestClassException(type);
throw new MissingClientConstructorTestClassException(type);
}
}