Skip to content

Commit

Permalink
needs :ok
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Oct 29, 2024
1 parent b3b4838 commit e9e2377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common/crypto_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule Bonfire.Common.Crypto.Test do
def secret_binary do
if Extend.module_exists?(ActivityPub.Safety.Keys),
do: ActivityPub.Safety.Keys.generate_rsa_pem(),
else: Faker.Lorem.characters()
else: {:ok, Faker.Lorem.characters()}
end

test "encrypt_with_auth_key returns properly structured result" do

Check failure on line 14 in test/common/crypto_test.exs

View workflow job for this annotation

GitHub Actions / Build and test

test encrypt_with_auth_key returns properly structured result (Bonfire.Common.Crypto.Test)
Expand Down

0 comments on commit e9e2377

Please sign in to comment.