Clarify message about expected error

This commit is contained in:
Alexander Neumann 2020-11-02 12:53:45 +01:00
parent b373f164fe
commit ee0112ab3b
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}