Skip to content

Commit

Permalink
tests: fix top online warning in TestAcctUpdatesCachesInitialization (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
algorandskiy authored Aug 23, 2022
1 parent 63255e9 commit b38f054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ledger/testing/randomAccounts.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func RandomAccountData(rewardsBase uint64) basics.AccountData {
switch crypto.RandUint64() % 3 {
case 0:
data.Status = basics.Online
data.VoteLastValid = 1000
data.VoteLastValid = 10000
case 1:
data.Status = basics.Offline
data.VoteLastValid = 0
Expand Down

0 comments on commit b38f054

Please sign in to comment.