mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-21 14:45:11 +00:00
Fixed broken conventions. Wrote a integrationstests that performs an actual merge between two branches.
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
Tree = new TreesClient(apiConnection);
|
||||
Tag = new TagsClient(apiConnection);
|
||||
Commit = new CommitsClient(apiConnection);
|
||||
Merging = new MergingClient(apiConnection);
|
||||
Reference = new ReferencesClient(apiConnection);
|
||||
}
|
||||
|
||||
@@ -27,7 +26,6 @@
|
||||
public ITreesClient Tree { get; private set; }
|
||||
public ITagsClient Tag { get; private set; }
|
||||
public ICommitsClient Commit { get; private set; }
|
||||
public IMergingClient Merging { get; private set; }
|
||||
public IReferencesClient Reference { get; private set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user