Skip to content

Commit

Permalink
update test to check value of found
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Bowman committed Nov 8, 2024
1 parent b86a509 commit e760d33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/interchainstaking/keeper/callbacks_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2300,6 +2300,7 @@ func (suite *KeeperTestSuite) TestDepositLsmTxCallback() {

// check receipt was created.
receipt, found := quicksilver.InterchainstakingKeeper.GetReceipt(ctx, zone.ChainId, requestData.Hash)
suite.True(found)

var proof proofs.InclusionProof
err = quicksilver.InterchainstakingKeeper.GetCodec().UnpackAny(payload.ProofAny, &proof)
Expand Down

0 comments on commit e760d33

Please sign in to comment.