Skip to content

Commit

Permalink
test: fix MultipleDeposit
Browse files Browse the repository at this point in the history
  • Loading branch information
r3v4s authored and onlyhyde committed Jan 8, 2025
1 parent 158d843 commit 94681f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions launchpad/deposit_test.gno
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ func TestMultipleDeposits(t *testing.T) {
CurrentTime: uint64(time.Now().Unix()),
}

std.TestSetRealm(std.NewUserRealm(testAddr))
deposit, _ := createDeposit(info, 100)
deposits[deposit.id] = deposit
updateDepositIndices(deposit, state)
Expand Down

0 comments on commit 94681f5

Please sign in to comment.