mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-09 04:56:29 +00:00
next batch of test cleanup (#2004)
This commit is contained in:
@@ -11,7 +11,7 @@ public class NewReferenceTests
|
||||
{
|
||||
var create = new NewReference("heads/develop", "sha");
|
||||
|
||||
Assert.Equal(create.Ref, "refs/heads/develop");
|
||||
Assert.Equal("refs/heads/develop", create.Ref);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
||||
Reference in New Issue
Block a user