Skip to content

Commit

Permalink
test: adjusted tests for pool module
Browse files Browse the repository at this point in the history
  • Loading branch information
troykessler committed Oct 26, 2023
1 parent 5bf771a commit 4543c9b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions x/pool/keeper/msg_server_disable_pool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,18 @@ var _ = Describe("msg_server_disable_pool.go", Ordered, func() {
Amount: 0,
})

s.RunTxStakersSuccess(&stakertypes.MsgCreateStaker{
Creator: i.STAKER_1,
Amount: 100 * i.KYVE,
})

s.RunTxStakersSuccess(&stakertypes.MsgJoinPool{
Creator: i.STAKER_1,
PoolId: 0,
Valaddress: i.VALADDRESS_1,
Amount: 0,
})

s.RunTxBundlesSuccess(&bundletypes.MsgClaimUploaderRole{
Creator: i.VALADDRESS_0,
Staker: i.STAKER_0,
Expand Down

0 comments on commit 4543c9b

Please sign in to comment.