This commit is contained in:
lbargaoanu
2014-02-07 15:15:59 +02:00
parent a4be1f44bd
commit 8fb78f7414
+1 -1
View File
@@ -61,7 +61,7 @@ namespace Octokit.Tests.Conventions
public static bool IsClientInterface(this Type type)
{
return type.IsInterface && type.Name.EndsWith(ClientSufix) && type.Namespace == typeof(IEventsClient).Namespace;
return type.IsInterface && type.Name.EndsWith(ClientSuffix) && type.Namespace == typeof(IEventsClient).Namespace;
}
public static Type GetObservableClientInterface(this Type type)