Skip to content

Commit

Permalink
Update x/crosschain/keeper/msg_server_abort_stuck_cctx_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Tanmay <[email protected]>
  • Loading branch information
lumtis and kingpinXD authored Jan 25, 2024
1 parent eeeffb9 commit e0186c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/crosschain/keeper/msg_server_abort_stuck_cctx_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func TestMsgServer_AbortStuckCCTX(t *testing.T) {
cctx := sample.CrossChainTx(t, "cctx_index")
cctx.CctxStatus = &crosschaintypes.Status{
Status: crosschaintypes.CctxStatus_OutboundMined,
StatusMessage: "outbound minted",
StatusMessage: "outbound mined",
}
k.SetCrossChainTx(ctx, *cctx)

Expand Down

0 comments on commit e0186c5

Please sign in to comment.