From 8d96b55c42f67536b97d7d527ae1b8aa945f20bf Mon Sep 17 00:00:00 2001 From: Nicholas Guo Date: Fri, 26 Aug 2022 10:15:00 -0700 Subject: [PATCH] fix --- ledger/catchpointwriter_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ledger/catchpointwriter_test.go b/ledger/catchpointwriter_test.go index 896de873b3..c4fa8cf847 100644 --- a/ledger/catchpointwriter_test.go +++ b/ledger/catchpointwriter_test.go @@ -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)