mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-01 02:18:44 +00:00
Added missing tests
This commit is contained in:
@@ -4,11 +4,13 @@
|
||||
{
|
||||
public ReferenceUpdate(string sha, bool force = false)
|
||||
{
|
||||
Ensure.ArgumentNotNullOrEmptyString(sha, "sha");
|
||||
|
||||
Sha = sha;
|
||||
Force = force;
|
||||
}
|
||||
|
||||
public string Sha { get; set; }
|
||||
public bool Force { get; set; }
|
||||
public string Sha { get; private set; }
|
||||
public bool Force { get; private set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user