Skip to content

Commit fed9d09

Browse files
committed
pkey: fix test case for new_raw_*key
Method names must start with "test_" to run.
1 parent 2f807ff commit fed9d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/openssl/test_pkey.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def test_x25519
188188
bob_public_raw
189189
end
190190

191-
def raw_initialize
191+
def test_raw_initialize_errors
192192
pend "Ed25519 is not implemented" unless openssl?(1, 1, 1) # >= v1.1.1
193193

194194
assert_raise(OpenSSL::PKey::PKeyError) { OpenSSL::PKey.new_raw_private_key("foo123", "xxx") }

0 commit comments

Comments
 (0)