summaryrefslogtreecommitdiffstats
path: root/test/test_ts.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_ts.rb')
-rw-r--r--[-rwxr-xr-x]test/test_ts.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_ts.rb b/test/test_ts.rb
index a43b1e1f..337fc4a0 100755..100644
--- a/test/test_ts.rb
+++ b/test/test_ts.rb
@@ -331,7 +331,7 @@ _end_of_pem_
def test_verify_ee_no_req
assert_raises(TypeError) do
- ts, req = timestamp_ee
+ ts, _ = timestamp_ee
ts.verify(nil, ca_cert)
end
end