Skip to content

Commit

Permalink
cleanup: large deposit amounts
Browse files Browse the repository at this point in the history
  • Loading branch information
scorpioborn committed Oct 10, 2023
1 parent 119e883 commit 57a8f5b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions x/orderbook/keeper/bet_wager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -479,10 +479,6 @@ func (ts *testBetSuite) bulkDepositPlaceBetsAndTest() {
)
require.NoError(ts.t, err)

// // to print pretty objects
// for _, v := range betFulfillment {
// fmt.Println(v)
// }
require.Equal(ts.t,
[]*bettypes.BetFulfillment{
{ParticipantAddress: simappUtil.TestParamUsers["user2"].Address.String(), ParticipationIndex: 1, BetAmount: sdkmath.NewInt(2535454), PayoutProfit: sdkmath.NewInt(8658575)},
Expand Down

0 comments on commit 57a8f5b

Please sign in to comment.