Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasguo committed Aug 26, 2022
1 parent e931e07 commit 8d96b55
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 8d96b55

Please sign in to comment.