mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 21:05:10 +00:00
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
Block a user