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