diff --git a/status_test.go b/status_test.go index c5af3b0..d5cd530 100644 --- a/status_test.go +++ b/status_test.go @@ -81,7 +81,7 @@ func TestStatusNothing(t *testing.T) { checkFatal(t, err) if entryCount != 0 { - t.Error("expected no statuses in empty repo") + t.Fatal("expected no statuses in empty repo") } _, err = statusList.ByIndex(0)