Skip to content

Commit 44e6405

Browse files
author
Wen Chen
committed
fix test
1 parent 79b0aeb commit 44e6405

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/ethers/utils_test.exs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,5 @@ defmodule Ethers.UtilsTest do
102102

103103
assert true == is_binary(pub_key)
104104
end
105-
106-
test "can not extract public key from an invalid pem" do
107-
assert_raise ErlangError,
108-
fn -> Utils.public_key_from_pem("invalid pem") end
109-
end
110105
end
111106
end

0 commit comments

Comments
 (0)