Skip to content

Commit

Permalink
Another AssetId=>AssetID error
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Warehime committed Oct 28, 2022
1 parent f617d87 commit 0b41dc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/e2e-go/features/accountPerf/sixMillion_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ func scenarioA(
ownAllAccount.pk,
tLife,
genesisHash,
basics.AssetIndex(asset.AssetId),
basics.AssetIndex(asset.AssetID),
ownAllAccount.pk,
uint64(0))

Expand Down Expand Up @@ -581,7 +581,7 @@ func scenarioA(
nacc.pk,
tLife,
genesisHash,
basics.AssetIndex(asset.AssetId),
basics.AssetIndex(asset.AssetID),
ownAllAccount.pk,
asset.Amount)
counter, txnGroup = queueTransaction(nacc.sk, assSend, txnChan, txnGrpChan, counter, txnGroup)
Expand Down Expand Up @@ -612,7 +612,7 @@ func scenarioA(
default:
}

assHold, err := fixture.AlgodClient.AccountAssetInformation(ownAllAccount.pk.String(), asset.AssetId)
assHold, err := fixture.AlgodClient.AccountAssetInformation(ownAllAccount.pk.String(), asset.AssetID)
require.NoError(t, err)

tAssetAmt += assHold.AssetHolding.Amount
Expand Down

0 comments on commit 0b41dc3

Please sign in to comment.