Skip to content

Commit

Permalink
fix: resolve credo issues
Browse files Browse the repository at this point in the history
  • Loading branch information
yaboiishere committed Apr 30, 2024
1 parent 9ad8a51 commit 4e8e84f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/ae_mdw/db/name_claim_mutation_test.exs
Expand Up @@ -205,7 +205,7 @@ defmodule AeMdw.Db.NameClaimMutationTest do

with_mocks [
{AeMdw.Node.Db, [:passthrough],
[get_tx_data: fn _ -> {<<456::256>>, :name_claim_tx, :signed_tx, claim_tx} end]}
[get_tx_data: fn _tx_hash -> {<<456::256>>, :name_claim_tx, :signed_tx, claim_tx} end]}
] do
state = Mutation.execute(bid_mutation, state)

Expand Down Expand Up @@ -267,7 +267,7 @@ defmodule AeMdw.Db.NameClaimMutationTest do
name_fee,
false,
{almost_expired_txi + 1, -1},
{new_expire_height - 300, 0},
{new_expire_height - extended - 1, 0},
protocol_version
)

Expand Down

0 comments on commit 4e8e84f

Please sign in to comment.