Skip to content

Commit da25f67

Browse files
upating error message in test
1 parent 56c74ec commit da25f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocsp/ocsp_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ func TestOCSPResponseRaw(t *testing.T) {
101101
}
102102

103103
if !bytes.Equal(responseBytes, resp.Raw) {
104-
t.Errorf("bytes not equal on marshal")
104+
t.Errorf("bytes not equal")
105105
}
106106
})
107107
}

0 commit comments

Comments
 (0)