Skip to content

Commit

Permalink
fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba committed Aug 28, 2023
1 parent 0943cf3 commit 6e08423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/grpc/gov.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func OracleParamChanges(
func UIBCIBCTransferSatusUpdate(umeeClient client.Client, status uibc.IBCTransferStatus) error {
msg := uibc.MsgGovSetIBCStatus{
Authority: checkers.GovModuleAddr,
Description: "Update the ibc transfer status",
Description: "",
IbcStatus: status,
}

Expand Down

0 comments on commit 6e08423

Please # to comment.