We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3bbf517 + 95281fe commit 9569999Copy full SHA for 9569999
test/openssl/test_ocsp.rb
@@ -228,7 +228,7 @@ def test_basic_response_response_operations
228
assert_equal OpenSSL::OCSP::V_CERTSTATUS_REVOKED, single.cert_status
229
assert_equal OpenSSL::OCSP::REVOKED_STATUS_UNSPECIFIED, single.revocation_reason
230
assert_equal now - 400, single.revocation_time
231
- assert_in_delta (now - 301), single.this_update, 1
+ assert_in_delta (now - 300), single.this_update, 1
232
assert_equal nil, single.next_update
233
assert_equal [], single.extensions
234
0 commit comments