Skip to content

Commit

Permalink
test: fix crosschain UpdateChainOraclesProposal test (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
fx0x55 authored and github-actions[bot] committed Feb 19, 2024
1 parent 38ca328 commit f975793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/crosschain/types/msg_validator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1753,7 +1753,7 @@ func TestUpdateChainOraclesProposal_ValidateBasic(t *testing.T) {
},
expectPass: false,
err: errortypes.ErrInvalidRequest,
errReason: fmt.Sprintf("invalid chain name: %s", errortypes.ErrInvalidRequest),
errReason: "unrecognized cross chain name: invalid request",
},
{
testName: "err - empty oracle",
Expand Down

0 comments on commit f975793

Please sign in to comment.