next batch of test cleanup (#2004)

This commit is contained in:
Brendan Forster
2019-09-20 10:41:04 -03:00
committed by GitHub
parent 89423fd69a
commit eb65e090ca
9 changed files with 13 additions and 19 deletions
+1 -1
View File
@@ -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]