four of them pass

This commit is contained in:
Brendan Forster
2014-12-14 21:47:39 +09:30
parent 7d545754a7
commit 2b2fa1c5e3
3 changed files with 8 additions and 2 deletions
@@ -13,7 +13,7 @@ namespace Octokit.Tests.Conventions
public class SyncObservableClients
{
[Theory]
[ClassData(typeof(ClientInterfaces))]
[InlineData(typeof(ClientInterfaces))]
public void CheckObservableClients(Type clientInterface)
{
var observableClient = clientInterface.GetObservableClientInterface();