Skip to content

Commit

Permalink
improves testcase for RDNSequence surname
Browse files Browse the repository at this point in the history
uses more meaningful and instructive values

Co-authored-by: Bram Verburg <[email protected]>
  • Loading branch information
tofferoma and voltone committed Mar 1, 2022
1 parent 8833a28 commit 5650956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/x509/rdn_sequence_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ defmodule X509.RDNSequenceTest do
end

test "surname" do
assert {:rdnSequence, _} = X509.RDNSequence.new("/SN=Germany/O=ACME GmbH")
assert {:rdnSequence, _} = X509.RDNSequence.new("/SN=Erlang/GN=Agner Krarup")
end
end

0 comments on commit 5650956

Please sign in to comment.