Fixes/updates based on review.

This commit is contained in:
Ratnadeep Debnath
2016-12-28 17:02:33 +05:30
parent d4561c6f51
commit 44f94cc072
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -194,7 +194,7 @@ func TestGitGetCurrentBranch(t *testing.T) {
if test.expectError {
if err == nil {
t.Errorf("Expected error, got success instead!")
t.Error("Expected error, got success instead!")
}
} else {
if err != nil {