Skip to content

Commit

Permalink
Update cmd/util/ledger/migrations/staged_contracts_migration_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent authored Mar 27, 2024
1 parent 5298470 commit d27e701
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1663,7 +1663,7 @@ func TestStagedContractsUpdateValidationErrors(t *testing.T) {
err = migration.InitMigration(log, allPayloads, 0)
require.NoError(t, err)

accountPayloads, err = migration.MigrateAccount(
_, err = migration.MigrateAccount(
context.Background(),
common.Address(address),
accountPayloads,
Expand Down

0 comments on commit d27e701

Please sign in to comment.