Skip to content

Commit

Permalink
fix(relayer): test fix (#17150)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed May 14, 2024
1 parent 1b3baf6 commit 4ccb0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/relayer/processor/process_message_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func Test_sendProcessMessageCall(t *testing.T) {
},
}, []byte{})

assert.Equal(t, err, errTxReverted)
assert.Equal(t, err, errUnprocessable)
}

func Test_ProcessMessage_messageUnprocessable(t *testing.T) {
Expand Down

0 comments on commit 4ccb0a4

Please sign in to comment.