Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed May 14, 2024
1 parent d669263 commit ca7e0d0
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 ca7e0d0

Please sign in to comment.