diff --git a/pallets/thea-message-handler/src/test.rs b/pallets/thea-message-handler/src/test.rs index 5c2149715..dd48396c3 100644 --- a/pallets/thea-message-handler/src/test.rs +++ b/pallets/thea-message-handler/src/test.rs @@ -132,7 +132,7 @@ fn test_incoming_message_full() { &vs.clone(), &vec![(0, signature.clone().into())] ), - InvalidTransaction::Custom(2) + InvalidTransaction::Custom(3) ); }) }