Skip to content

Commit

Permalink
upating error message in test
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanejohnson committed Apr 30, 2020
1 parent f12da9f commit bba6e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocsp/ocsp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func TestOCSPResponseRaw(t *testing.T) {
}

if !bytes.Equal(responseBytes, resp.Raw) {
t.Errorf("bytes not equal on marshal")
t.Errorf("bytes not equal")
}
})
}
Expand Down

0 comments on commit bba6e2e

Please sign in to comment.