This commit is contained in:
Carlos Martín Nieto 2014-05-04 15:15:37 +02:00
parent 645a35dfb1
commit 9a8b80fc13
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ func TestUtil(t *testing.T) {
hasLog, err := repo.HasLog("refs/heads/foo")
checkFatal(t, err)
if !hasLog {
t.Fatalf("branches ahve logs by default")
t.Fatalf("branches have logs by default")
}
}