Merge branch '7888-log-req-phase-times' refs #7888
[arvados.git] / services / keepstore / keepstore_test.go
index 9b132927c6a773a1d396e53da813e306698b5242..8a004b73d44913b562574170b21b19dc780b8ff2 100644 (file)
@@ -185,7 +185,7 @@ func TestPutBlockMD5Fail(t *testing.T) {
        // Check that PutBlock returns the expected error when the hash does
        // not match the block.
        if _, err := PutBlock(BadBlock, TestHash); err != RequestHashError {
-               t.Error("Expected RequestHashError, got %v", err)
+               t.Errorf("Expected RequestHashError, got %v", err)
        }
 
        // Confirm that GetBlock fails to return anything.