Skip to content

Commit

Permalink
Typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
leikind committed Nov 30, 2023
1 parent 0777cd8 commit eac3300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/serialization_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ defmodule SerializationTest do
encrypted_data.encrypted_data.encryption_artefacts
end

test "encrypt with a derived key, serialize, load, encrypt with the derived key" do
test "encrypt with a derived key, serialize, load, decrypt with the derived key" do
encrypted_data =
@plain_data
|> Cryppo.encrypt_with_derived_key("Aes256Gcm", "Pbkdf2Hmac", "my passphrase")
Expand Down

0 comments on commit eac3300

Please sign in to comment.