Fix null pointer dereference in status.ByIndex #628
|
@ -81,7 +81,7 @@ func TestStatusNothing(t *testing.T) {
|
||||||
checkFatal(t, err)
|
checkFatal(t, err)
|
||||||
|
|
||||||
if entryCount != 0 {
|
if entryCount != 0 {
|
||||||
t.Error("expected no statuses in empty repo")
|
t.Fatal("expected no statuses in empty repo")
|
||||||
}
|
}
|
||||||
|
|
||||||
_, err = statusList.ByIndex(0)
|
_, err = statusList.ByIndex(0)
|
||||||
|
|
Loading…
Reference in New Issue