mirror of https://github.com/restic/restic.git
Clarify message about expected error
This commit is contained in:
parent
b373f164fe
commit
ee0112ab3b
|
@ -277,5 +277,5 @@ func TestRepackWrongBlob(t *testing.T) {
|
|||
if err == nil {
|
||||
t.Fatal("expected repack to fail but got no error")
|
||||
}
|
||||
t.Log(err)
|
||||
t.Logf("found expected error: %v", err)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue