Fix typo
This commit is contained in:
parent
645a35dfb1
commit
9a8b80fc13
|
@ -161,7 +161,7 @@ func TestUtil(t *testing.T) {
|
||||||
hasLog, err := repo.HasLog("refs/heads/foo")
|
hasLog, err := repo.HasLog("refs/heads/foo")
|
||||||
checkFatal(t, err)
|
checkFatal(t, err)
|
||||||
if !hasLog {
|
if !hasLog {
|
||||||
t.Fatalf("branches ahve logs by default")
|
t.Fatalf("branches have logs by default")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue