Skip to content

Commit

Permalink
tests: fix catchpoint large accounts test (#4480)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasguoalgorand authored Aug 29, 2022
1 parent edce4c1 commit 675604a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ledger/catchpointwriter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ func TestCatchpointReadDatabaseOverflowAccounts(t *testing.T) {

accts := ledgertesting.RandomAccounts(5, false)
// force each acct to have overflowing number of resources
assetIndex := 100
assetIndex := 1000
for addr, acct := range accts {
if acct.AssetParams == nil {
acct.AssetParams = make(map[basics.AssetIndex]basics.AssetParams, 0)
Expand Down

0 comments on commit 675604a

Please sign in to comment.