Skip to content

Commit

Permalink
refactor test
Browse files Browse the repository at this point in the history
  • Loading branch information
tenmoves committed Jan 5, 2023
1 parent 965fb27 commit 007928c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/archethic_web/graphql_schema_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ defmodule ArchethicWeb.GraphQLSchemaTest do

assert addr == Base.decode16!(address, case: :mixed)

refute is_nil(previous_address)
assert Base.decode16!(previous_address) == Crypto.derive_address(prev_public_key)
end
end

Expand Down

0 comments on commit 007928c

Please sign in to comment.